Html Css Color HEX #09C0AE Light Sea Green

📋 copy color: '#09C0AE'

red 9 ◦ green 192 ◦ blue 174

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

Shades of Light Sea Green #09C0AE

Tints of Light Sea Green #09C0AE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 2.4%
G = 51.2%
B = 46.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#09C0AE (or 0x09C0AE) is known color: Light Sea Green. HEX triplet: 09, C0 and AE. RGB value is (9,192,174). Sum of RGB (Red+Green+Blue) = 9+192+174=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #09C0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C0AE is #F63F51. Grayscale: #878787. Windows color (decimal): -16138066 or 11452425. OLE color: 11452425.

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

Color convert

RGB 9 192 174 -
CMYK 0.95 0 0.09 0.25
HSL 174.1º 0.91% 0.39% -
HSV(B) 174.1º 0.95% 0.75% -
XYZ 26.6 40.81 46.52 -
YUV 135.23 149.87 37.96 -
System Red Green Blue C M Y K H S L
Decimal 9 192 174 0.95 0 0.09 0.25 174.1 0.91 0.39
Hex 9 C0 AE 5F 0 9 19 AE 5B 27
Octal 11 300 256 137 0 11 31 256 133 47
Binary 1001 11000000 10101110 1011111 0 1001 11001 10101110 1011011 100111

Color Harmonies of #09C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C0AE

Black with #09C0AE

Text Example


Text Example

White with #09C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,192,174); }

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

background-color css

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

 a { background-color: rgb(9,192,174); }

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

border-color css

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

 span { border-color: rgb(9,192,174); }

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