Html Css Color HEX #09CBA5 Caribbean Green

📋 copy color: '#09CBA5'

red 9 ◦ green 203 ◦ blue 165

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

Shades of Caribbean Green #09CBA5

Tints of Caribbean Green #09CBA5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.85%

 BLUE value IS 165 (64.84% from 255) = 43.77%

R = 2.39%
G = 53.85%
B = 43.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#09CBA5 (or 0x09CBA5) is known color: Caribbean Green. HEX triplet: 09, CB and A5. RGB value is (9,203,165). Sum of RGB (Red+Green+Blue) = 9+203+165=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #09CBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CBA5 is #F6345A. Grayscale: #8C8C8C. Windows color (decimal): -16135259 or 10865417. OLE color: 10865417.

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

Color convert

RGB 9 203 165 -
CMYK 0.96 0 0.19 0.20
HSL 168.25º 0.92% 0.42% -
HSV(B) 168.25º 0.96% 0.8% -
XYZ 28.26 45.49 42.89 -
YUV 140.66 141.73 34.09 -
System Red Green Blue C M Y K H S L
Decimal 9 203 165 0.96 0 0.19 0.20 168.25 0.92 0.42
Hex 9 CB A5 60 0 13 14 A8 5C 2A
Octal 11 313 245 140 0 23 24 250 134 52
Binary 1001 11001011 10100101 1100000 0 10011 10100 10101000 1011100 101010

Color Harmonies of #09CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CBA5

Black with #09CBA5

Text Example


Text Example

White with #09CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,203,165); }

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

background-color css

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

 a { background-color: rgb(9,203,165); }

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

border-color css

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

 span { border-color: rgb(9,203,165); }

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