Html Css Color HEX #09C9AF Caribbean Green

📋 copy color: '#09C9AF'

red 9 ◦ green 201 ◦ blue 175

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

Shades of Caribbean Green #09C9AF

Tints of Caribbean Green #09C9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.21%

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 2.34%
G = 52.21%
B = 45.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#09C9AF (or 0x09C9AF) is known color: Caribbean Green. HEX triplet: 09, C9 and AF. RGB value is (9,201,175). Sum of RGB (Red+Green+Blue) = 9+201+175=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #09C9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C9AF is #F63650. Grayscale: #8C8C8C. Windows color (decimal): -16135761 or 11520265. OLE color: 11520265.

HSL color Cylindrical-coordinate representation of color #09C9AF: hue angle of 171.88º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C9AF is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 201 175 -
CMYK 0.96 0 0.13 0.21
HSL 171.88º 0.91% 0.41% -
HSV(B) 171.88º 0.96% 0.79% -
XYZ 28.74 44.93 47.71 -
YUV 140.63 147.39 34.11 -
System Red Green Blue C M Y K H S L
Decimal 9 201 175 0.96 0 0.13 0.21 171.88 0.91 0.41
Hex 9 C9 AF 60 0 D 15 AC 5B 29
Octal 11 311 257 140 0 15 25 254 133 51
Binary 1001 11001001 10101111 1100000 0 1101 10101 10101100 1011011 101001

Color Harmonies of #09C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C9AF

Black with #09C9AF

Text Example


Text Example

White with #09C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,201,175); }

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

background-color css

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

 a { background-color: rgb(9,201,175); }

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

border-color css

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

 span { border-color: rgb(9,201,175); }

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