Html Css Color HEX #05DDA5 Caribbean Green

📋 copy color: '#05DDA5'

red 5 ◦ green 221 ◦ blue 165

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

Shades of Caribbean Green #05DDA5

Tints of Caribbean Green #05DDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.2%

R = 1.28%
G = 56.52%
B = 42.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#05DDA5 (or 0x05DDA5) is known color: Caribbean Green. HEX triplet: 05, DD and A5. RGB value is (5,221,165). Sum of RGB (Red+Green+Blue) = 5+221+165=391 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #05DDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DDA5 is #FA225A. Grayscale: #969696. Windows color (decimal): -16392795 or 10870021. OLE color: 10870021.

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

Color convert

RGB 5 221 165 -
CMYK 0.98 0 0.25 0.13
HSL 164.44º 0.96% 0.44% -
HSV(B) 164.44º 0.98% 0.87% -
XYZ 32.71 54.46 44.39 -
YUV 150.03 136.44 24.55 -
System Red Green Blue C M Y K H S L
Decimal 5 221 165 0.98 0 0.25 0.13 164.44 0.96 0.44
Hex 5 DD A5 62 0 19 D A4 60 2C
Octal 5 335 245 142 0 31 15 244 140 54
Binary 101 11011101 10100101 1100010 0 11001 1101 10100100 1100000 101100

Color Harmonies of #05DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DDA5

Black with #05DDA5

Text Example


Text Example

White with #05DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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