Html Css Color HEX #05DCAB Caribbean Green

📋 copy color: '#05DCAB'

red 5 ◦ green 220 ◦ blue 171

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

Shades of Caribbean Green #05DCAB

Tints of Caribbean Green #05DCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.56%

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

R = 1.26%
G = 55.56%
B = 43.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#05DCAB (or 0x05DCAB) is known color: Caribbean Green. HEX triplet: 05, DC and AB. RGB value is (5,220,171). Sum of RGB (Red+Green+Blue) = 5+220+171=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DCAB is #FA2354. Grayscale: #969696. Windows color (decimal): -16393045 or 11262981. OLE color: 11262981.

HSL color Cylindrical-coordinate representation of color #05DCAB: hue angle of 166.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DCAB is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 220 171 -
CMYK 0.98 0 0.22 0.14
HSL 166.33º 0.96% 0.44% -
HSV(B) 166.33º 0.98% 0.86% -
XYZ 33.01 54.16 47.24 -
YUV 150.13 139.77 24.48 -
System Red Green Blue C M Y K H S L
Decimal 5 220 171 0.98 0 0.22 0.14 166.33 0.96 0.44
Hex 5 DC AB 62 0 16 E A6 60 2C
Octal 5 334 253 142 0 26 16 246 140 54
Binary 101 11011100 10101011 1100010 0 10110 1110 10100110 1100000 101100

Color Harmonies of #05DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCAB

Black with #05DCAB

Text Example


Text Example

White with #05DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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