Html Css Color HEX #05D1AB Caribbean Green

📋 copy color: '#05D1AB'

red 5 ◦ green 209 ◦ blue 171

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

Shades of Caribbean Green #05D1AB

Tints of Caribbean Green #05D1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 54.29%

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

R = 1.3%
G = 54.29%
B = 44.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#05D1AB (or 0x05D1AB) is known color: Caribbean Green. HEX triplet: 05, D1 and AB. RGB value is (5,209,171). Sum of RGB (Red+Green+Blue) = 5+209+171=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #05D1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D1AB is #FA2E54. Grayscale: #8F8F8F. Windows color (decimal): -16395861 or 11260165. OLE color: 11260165.

HSL color Cylindrical-coordinate representation of color #05D1AB: hue angle of 168.82º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D1AB is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 209 171 -
CMYK 0.98 0 0.18 0.18
HSL 168.82º 0.95% 0.42% -
HSV(B) 168.82º 0.98% 0.82% -
XYZ 30.21 48.57 46.31 -
YUV 143.67 143.41 29.09 -
System Red Green Blue C M Y K H S L
Decimal 5 209 171 0.98 0 0.18 0.18 168.82 0.95 0.42
Hex 5 D1 AB 62 0 12 12 A9 5F 2A
Octal 5 321 253 142 0 22 22 251 137 52
Binary 101 11010001 10101011 1100010 0 10010 10010 10101001 1011111 101010

Color Harmonies of #05D1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D1AB

Black with #05D1AB

Text Example


Text Example

White with #05D1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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