#09B2AD

Color #09B2AD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #09B2AD

Tints of Light Sea Green #09B2AD

Color information

#09B2AD (or 0x09B2AD) is unknown color: approx Light Sea Green. HEX triplet: 09, B2 and AD. RGB value is (9,178,173). Sum of RGB (Red+Green+Blue) = 9+178+173=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #09B2AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B2AD is #F64D52. Grayscale: #7E7E7E. Windows color (decimal): -16141651 or 11383305. OLE color: 11383305.

HSL color Cylindrical-coordinate representation of color #09B2AD: hue angle of 178.22º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B2AD is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB9178173-
CMYK0.9500.030.30
HSL178.22º90.37%36.67%-
HSV(B)178.22º94.94%69.8%-
XYZ23.5834.9245.03-
YUV126.9154.0143.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 2.5%
GREEN value IS 178 (69.92% from 255) = 49.44%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=2.5%
G=49.44%
B=48.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal91781730.9500.030.30178.2290.3736.67
Hex9B2AD5F031Eb25a25
Octal11262255137033626213245
Binary10011011001010101101101111101111110101100101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09B2AD; }

 p { color: rgb(9,178,173); }

 H1.HeaderClassName
 {
   color: #09B2AD;
 }
 .AnyTagClassName
 {
   color: #09B2AD;
 }
</style>
background-color css

<style>
 a { background-color: #09B2AD; }

 a { background-color: rgb(9,178,173); }

 div.DivClassName
 {
   background-color: #09B2AD;
 }
 .BgClassName
 {
   background-color: #09B2AD;
 }
</style>
border-color css

<style>
 span { border-color: #09B2AD; }

 span { border-color: rgb(9,178,173); }

 td.TdClassName
 {
   border-color: #09B2AD;
 }
 .TagClassName
 {
   border-color: #09B2AD;
 }
</style>