Html Css Color HEX #05DCA2 Caribbean Green

📋 copy color: '#05DCA2'

red 5 ◦ green 220 ◦ blue 162

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

Shades of Caribbean Green #05DCA2

Tints of Caribbean Green #05DCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.86%

R = 1.29%
G = 56.85%
B = 41.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#05DCA2 (or 0x05DCA2) is known color: Caribbean Green. HEX triplet: 05, DC and A2. RGB value is (5,220,162). Sum of RGB (Red+Green+Blue) = 5+220+162=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #05DCA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DCA2 is #FA235D. Grayscale: #959595. Windows color (decimal): -16393054 or 10673157. OLE color: 10673157.

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

Color convert

RGB 5 220 162 -
CMYK 0.98 0 0.26 0.14
HSL 163.81º 0.96% 0.44% -
HSV(B) 163.81º 0.98% 0.86% -
XYZ 32.18 53.83 42.88 -
YUV 149.1 135.27 25.22 -
System Red Green Blue C M Y K H S L
Decimal 5 220 162 0.98 0 0.26 0.14 163.81 0.96 0.44
Hex 5 DC A2 62 0 1A E A4 60 2C
Octal 5 334 242 142 0 32 16 244 140 54
Binary 101 11011100 10100010 1100010 0 11010 1110 10100100 1100000 101100

Color Harmonies of #05DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCA2

Black with #05DCA2

Text Example


Text Example

White with #05DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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