Html Css Color HEX #09BCAC Light Sea Green

📋 copy color: '#09BCAC'

red 9 ◦ green 188 ◦ blue 172

#09BCAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #09BCAC

Tints of Light Sea Green #09BCAC

RGB

 RED value IS 9 (3.91% from 255) = 2.44%

 GREEN value IS 188 (73.83% from 255) = 50.95%

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 2.44%
G = 50.95%
B = 46.61%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#09BCAC (or 0x09BCAC) is known color: Light Sea Green. HEX triplet: 09, BC and AC. RGB value is (9,188,172). Sum of RGB (Red+Green+Blue) = 9+188+172=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #09BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BCAC is #F64353. Grayscale: #848484. Windows color (decimal): -16139092 or 11320329. OLE color: 11320329.

HSL color Cylindrical-coordinate representation of color #09BCAC: hue angle of 174.64º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BCAC is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 188 172 -
CMYK 0.95 0 0.09 0.26
HSL 174.64º 0.91% 0.39% -
HSV(B) 174.64º 0.95% 0.74% -
XYZ 25.54 39 45.21 -
YUV 132.66 150.2 39.8 -
System Red Green Blue C M Y K H S L
Decimal 9 188 172 0.95 0 0.09 0.26 174.64 0.91 0.39
Hex 9 BC AC 5F 0 9 1A AF 5B 27
Octal 11 274 254 137 0 11 32 257 133 47
Binary 1001 10111100 10101100 1011111 0 1001 11010 10101111 1011011 100111

Color Harmonies of #09BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BCAC

Black with #09BCAC

Text Example


Text Example

White with #09BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,188,172); }

 H1.HeaderClassName
 {
   color: #09BCAC;
 }
 .AnyTagClassName
 {
   color: #09BCAC;
 }
</style>

background-color css

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

 a { background-color: rgb(9,188,172); }

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

border-color css

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

 span { border-color: rgb(9,188,172); }

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