Html Css Color HEX #09C0A6 Caribbean Green

📋 copy color: '#09C0A6'

red 9 ◦ green 192 ◦ blue 166

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

Shades of Caribbean Green #09C0A6

Tints of Caribbean Green #09C0A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.23%

R = 2.45%
G = 52.32%
B = 45.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#09C0A6 (or 0x09C0A6) is known color: Caribbean Green. HEX triplet: 09, C0 and A6. RGB value is (9,192,166). Sum of RGB (Red+Green+Blue) = 9+192+166=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #09C0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C0A6 is #F63F59. Grayscale: #868686. Windows color (decimal): -16138074 or 10928137. OLE color: 10928137.

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

Color convert

RGB 9 192 166 -
CMYK 0.95 0 0.14 0.25
HSL 171.48º 0.91% 0.39% -
HSV(B) 171.48º 0.95% 0.75% -
XYZ 25.85 40.51 42.53 -
YUV 134.32 145.87 38.61 -
System Red Green Blue C M Y K H S L
Decimal 9 192 166 0.95 0 0.14 0.25 171.48 0.91 0.39
Hex 9 C0 A6 5F 0 E 19 AB 5B 27
Octal 11 300 246 137 0 16 31 253 133 47
Binary 1001 11000000 10100110 1011111 0 1110 11001 10101011 1011011 100111

Color Harmonies of #09C0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C0A6

Black with #09C0A6

Text Example


Text Example

White with #09C0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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