Html Css Color HEX #09CFA0 Caribbean Green

📋 copy color: '#09CFA0'

red 9 ◦ green 207 ◦ blue 160

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

Shades of Caribbean Green #09CFA0

Tints of Caribbean Green #09CFA0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.05%

 BLUE value IS 160 (62.89% from 255) = 42.55%

R = 2.39%
G = 55.05%
B = 42.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#09CFA0 (or 0x09CFA0) is known color: Caribbean Green. HEX triplet: 09, CF and A0. RGB value is (9,207,160). Sum of RGB (Red+Green+Blue) = 9+207+160=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #09CFA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CFA0 is #F6305F. Grayscale: #8E8E8E. Windows color (decimal): -16134240 or 10538761. OLE color: 10538761.

HSL color Cylindrical-coordinate representation of color #09CFA0: hue angle of 165.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CFA0 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 207 160 -
CMYK 0.96 0 0.23 0.19
HSL 165.76º 0.92% 0.42% -
HSV(B) 165.76º 0.96% 0.81% -
XYZ 28.77 47.22 40.86 -
YUV 142.44 137.9 32.82 -
System Red Green Blue C M Y K H S L
Decimal 9 207 160 0.96 0 0.23 0.19 165.76 0.92 0.42
Hex 9 CF A0 60 0 17 13 A6 5C 2A
Octal 11 317 240 140 0 27 23 246 134 52
Binary 1001 11001111 10100000 1100000 0 10111 10011 10100110 1011100 101010

Color Harmonies of #09CFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CFA0

Black with #09CFA0

Text Example


Text Example

White with #09CFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,207,160); }

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

background-color css

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

 a { background-color: rgb(9,207,160); }

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

border-color css

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

 span { border-color: rgb(9,207,160); }

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