Html Css Color HEX #05D0AB Caribbean Green

📋 copy color: '#05D0AB'

red 5 ◦ green 208 ◦ blue 171

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

Shades of Caribbean Green #05D0AB

Tints of Caribbean Green #05D0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.17%

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

R = 1.3%
G = 54.17%
B = 44.53%

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

#05D0AB (or 0x05D0AB) is known color: Caribbean Green. HEX triplet: 05, D0 and AB. RGB value is (5,208,171). Sum of RGB (Red+Green+Blue) = 5+208+171=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #05D0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D0AB is #FA2F54. Grayscale: #8F8F8F. Windows color (decimal): -16396117 or 11259909. OLE color: 11259909.

HSL color Cylindrical-coordinate representation of color #05D0AB: hue angle of 169.06º 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 #05D0AB is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 208 171 -
CMYK 0.98 0 0.18 0.18
HSL 169.06º 0.95% 0.42% -
HSV(B) 169.06º 0.98% 0.82% -
XYZ 29.97 48.08 46.23 -
YUV 143.09 143.75 29.51 -
System Red Green Blue C M Y K H S L
Decimal 5 208 171 0.98 0 0.18 0.18 169.06 0.95 0.42
Hex 5 D0 AB 62 0 12 12 A9 5F 2A
Octal 5 320 253 142 0 22 22 251 137 52
Binary 101 11010000 10101011 1100010 0 10010 10010 10101001 1011111 101010

Color Harmonies of #05D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D0AB

Black with #05D0AB

Text Example


Text Example

White with #05D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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