Html Css Color HEX #05DCAE Caribbean Green

📋 copy color: '#05DCAE'

red 5 ◦ green 220 ◦ blue 174

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

Shades of Caribbean Green #05DCAE

Tints of Caribbean Green #05DCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.61%

R = 1.25%
G = 55.14%
B = 43.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#05DCAE (or 0x05DCAE) is known color: Caribbean Green. HEX triplet: 05, DC and AE. RGB value is (5,220,174). Sum of RGB (Red+Green+Blue) = 5+220+174=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DCAE is #FA2351. Grayscale: #969696. Windows color (decimal): -16393042 or 11459589. OLE color: 11459589.

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

Color convert

RGB 5 220 174 -
CMYK 0.98 0 0.21 0.14
HSL 167.16º 0.96% 0.44% -
HSV(B) 167.16º 0.98% 0.86% -
XYZ 33.3 54.27 48.77 -
YUV 150.47 141.27 24.24 -
System Red Green Blue C M Y K H S L
Decimal 5 220 174 0.98 0 0.21 0.14 167.16 0.96 0.44
Hex 5 DC AE 62 0 15 E A7 60 2C
Octal 5 334 256 142 0 25 16 247 140 54
Binary 101 11011100 10101110 1100010 0 10101 1110 10100111 1100000 101100

Color Harmonies of #05DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCAE

Black with #05DCAE

Text Example


Text Example

White with #05DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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