Html Css Color HEX #05DBA4 Caribbean Green

📋 copy color: '#05DBA4'

red 5 ◦ green 219 ◦ blue 164

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

Shades of Caribbean Green #05DBA4

Tints of Caribbean Green #05DBA4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.44%

 BLUE value IS 164 (64.45% from 255) = 42.27%

R = 1.29%
G = 56.44%
B = 42.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#05DBA4 (or 0x05DBA4) is known color: Caribbean Green. HEX triplet: 05, DB and A4. RGB value is (5,219,164). Sum of RGB (Red+Green+Blue) = 5+219+164=388 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #05DBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DBA4 is #FA245B. Grayscale: #949494. Windows color (decimal): -16393308 or 10803973. OLE color: 10803973.

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

Color convert

RGB 5 219 164 -
CMYK 0.98 0 0.25 0.14
HSL 164.58º 0.96% 0.44% -
HSV(B) 164.58º 0.98% 0.86% -
XYZ 32.09 53.38 43.73 -
YUV 148.74 136.6 25.47 -
System Red Green Blue C M Y K H S L
Decimal 5 219 164 0.98 0 0.25 0.14 164.58 0.96 0.44
Hex 5 DB A4 62 0 19 E A5 60 2C
Octal 5 333 244 142 0 31 16 245 140 54
Binary 101 11011011 10100100 1100010 0 11001 1110 10100101 1100000 101100

Color Harmonies of #05DBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DBA4

Black with #05DBA4

Text Example


Text Example

White with #05DBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,219,164); }

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

background-color css

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

 a { background-color: rgb(5,219,164); }

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

border-color css

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

 span { border-color: rgb(5,219,164); }

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