Html Css Color HEX #05CAB0 Caribbean Green

📋 copy color: '#05CAB0'

red 5 ◦ green 202 ◦ blue 176

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

Shades of Caribbean Green #05CAB0

Tints of Caribbean Green #05CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.74%

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 1.31%
G = 52.74%
B = 45.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#05CAB0 (or 0x05CAB0) is known color: Caribbean Green. HEX triplet: 05, CA and B0. RGB value is (5,202,176). Sum of RGB (Red+Green+Blue) = 5+202+176=383 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #05CAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CAB0 is #FA354F. Grayscale: #8C8C8C. Windows color (decimal): -16397648 or 11586053. OLE color: 11586053.

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

Color convert

RGB 5 202 176 -
CMYK 0.98 0 0.13 0.21
HSL 172.08º 0.95% 0.41% -
HSV(B) 172.08º 0.98% 0.79% -
XYZ 29.02 45.41 48.31 -
YUV 140.13 148.23 31.61 -
System Red Green Blue C M Y K H S L
Decimal 5 202 176 0.98 0 0.13 0.21 172.08 0.95 0.41
Hex 5 CA B0 62 0 D 15 AC 5F 29
Octal 5 312 260 142 0 15 25 254 137 51
Binary 101 11001010 10110000 1100010 0 1101 10101 10101100 1011111 101001

Color Harmonies of #05CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CAB0

Black with #05CAB0

Text Example


Text Example

White with #05CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,202,176); }

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

background-color css

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

 a { background-color: rgb(5,202,176); }

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

border-color css

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

 span { border-color: rgb(5,202,176); }

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