Html Css Color HEX #05DDA0 Caribbean Green

📋 copy color: '#05DDA0'

red 5 ◦ green 221 ◦ blue 160

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

Shades of Caribbean Green #05DDA0

Tints of Caribbean Green #05DDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.25%

 BLUE value IS 160 (62.89% from 255) = 41.45%

R = 1.3%
G = 57.25%
B = 41.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#05DDA0 (or 0x05DDA0) is known color: Caribbean Green. HEX triplet: 05, DD and A0. RGB value is (5,221,160). Sum of RGB (Red+Green+Blue) = 5+221+160=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DDA0 is #FA225F. Grayscale: #959595. Windows color (decimal): -16392800 or 10542341. OLE color: 10542341.

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

Color convert

RGB 5 221 160 -
CMYK 0.98 0 0.28 0.13
HSL 163.06º 0.96% 0.44% -
HSV(B) 163.06º 0.98% 0.87% -
XYZ 32.26 54.28 42.03 -
YUV 149.46 133.94 24.96 -
System Red Green Blue C M Y K H S L
Decimal 5 221 160 0.98 0 0.28 0.13 163.06 0.96 0.44
Hex 5 DD A0 62 0 1C D A3 60 2C
Octal 5 335 240 142 0 34 15 243 140 54
Binary 101 11011101 10100000 1100010 0 11100 1101 10100011 1100000 101100

Color Harmonies of #05DDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DDA0

Black with #05DDA0

Text Example


Text Example

White with #05DDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,221,160); }

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

background-color css

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

 a { background-color: rgb(5,221,160); }

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

border-color css

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

 span { border-color: rgb(5,221,160); }

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