Html Css Color HEX #05C9AB Caribbean Green

📋 copy color: '#05C9AB'

red 5 ◦ green 201 ◦ blue 171

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

Shades of Caribbean Green #05C9AB

Tints of Caribbean Green #05C9AB

RGB

 RED value IS 5 (2.34% from 255) = 1.33%

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

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 1.33%
G = 53.32%
B = 45.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#05C9AB (or 0x05C9AB) is known color: Caribbean Green. HEX triplet: 05, C9 and AB. RGB value is (5,201,171). Sum of RGB (Red+Green+Blue) = 5+201+171=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #05C9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C9AB is #FA3654. Grayscale: #8A8A8A. Windows color (decimal): -16397909 or 11258117. OLE color: 11258117.

HSL color Cylindrical-coordinate representation of color #05C9AB: hue angle of 170.82º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C9AB is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 201 171 -
CMYK 0.98 0 0.15 0.21
HSL 170.82º 0.95% 0.4% -
HSV(B) 170.82º 0.98% 0.79% -
XYZ 28.3 44.75 45.67 -
YUV 138.98 146.07 32.44 -
System Red Green Blue C M Y K H S L
Decimal 5 201 171 0.98 0 0.15 0.21 170.82 0.95 0.4
Hex 5 C9 AB 62 0 F 15 AB 5F 28
Octal 5 311 253 142 0 17 25 253 137 50
Binary 101 11001001 10101011 1100010 0 1111 10101 10101011 1011111 101000

Color Harmonies of #05C9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C9AB

Black with #05C9AB

Text Example


Text Example

White with #05C9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05C9AB; }

 p { color: rgb(5,201,171); }

 H1.HeaderClassName
 {
   color: #05C9AB;
 }
 .AnyTagClassName
 {
   color: #05C9AB;
 }
</style>

background-color css

<style>
 a { background-color: #05C9AB; }

 a { background-color: rgb(5,201,171); }

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

border-color css

<style>
 span { border-color: #05C9AB; }

 span { border-color: rgb(5,201,171); }

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