Html Css Color HEX #05CBAF Caribbean Green

📋 copy color: '#05CBAF'

red 5 ◦ green 203 ◦ blue 175

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

Shades of Caribbean Green #05CBAF

Tints of Caribbean Green #05CBAF

RGB

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

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

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

R = 1.31%
G = 53%
B = 45.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#05CBAF (or 0x05CBAF) is known color: Caribbean Green. HEX triplet: 05, CB and AF. RGB value is (5,203,175). Sum of RGB (Red+Green+Blue) = 5+203+175=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #05CBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CBAF is #FA3450. Grayscale: #8C8C8C. Windows color (decimal): -16397393 or 11520773. OLE color: 11520773.

HSL color Cylindrical-coordinate representation of color #05CBAF: hue angle of 171.52º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CBAF is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 203 175 -
CMYK 0.98 0 0.14 0.20
HSL 171.52º 0.95% 0.41% -
HSV(B) 171.52º 0.98% 0.8% -
XYZ 29.16 45.84 47.87 -
YUV 140.61 147.4 31.28 -
System Red Green Blue C M Y K H S L
Decimal 5 203 175 0.98 0 0.14 0.20 171.52 0.95 0.41
Hex 5 CB AF 62 0 E 14 AC 5F 29
Octal 5 313 257 142 0 16 24 254 137 51
Binary 101 11001011 10101111 1100010 0 1110 10100 10101100 1011111 101001

Color Harmonies of #05CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CBAF

Black with #05CBAF

Text Example


Text Example

White with #05CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,203,175); }

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

background-color css

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

 a { background-color: rgb(5,203,175); }

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

border-color css

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

 span { border-color: rgb(5,203,175); }

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