Html Css Color HEX #09C0B2 Light Sea Green

📋 copy color: '#09C0B2'

red 9 ◦ green 192 ◦ blue 178

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

Shades of Light Sea Green #09C0B2

Tints of Light Sea Green #09C0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.97%

R = 2.37%
G = 50.66%
B = 46.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#09C0B2 (or 0x09C0B2) is known color: Light Sea Green. HEX triplet: 09, C0 and B2. RGB value is (9,192,178). Sum of RGB (Red+Green+Blue) = 9+192+178=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #09C0B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C0B2 is #F63F4D. Grayscale: #878787. Windows color (decimal): -16138062 or 11714569. OLE color: 11714569.

HSL color Cylindrical-coordinate representation of color #09C0B2: hue angle of 175.41º 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 #09C0B2 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 192 178 -
CMYK 0.95 0 0.07 0.25
HSL 175.41º 0.91% 0.39% -
HSV(B) 175.41º 0.95% 0.75% -
XYZ 27 40.97 48.6 -
YUV 135.69 151.87 37.64 -
System Red Green Blue C M Y K H S L
Decimal 9 192 178 0.95 0 0.07 0.25 175.41 0.91 0.39
Hex 9 C0 B2 5F 0 7 19 AF 5B 27
Octal 11 300 262 137 0 7 31 257 133 47
Binary 1001 11000000 10110010 1011111 0 111 11001 10101111 1011011 100111

Color Harmonies of #09C0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C0B2

Black with #09C0B2

Text Example


Text Example

White with #09C0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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