Html Css Color HEX #05DAA6 Caribbean Green

📋 copy color: '#05DAA6'

red 5 ◦ green 218 ◦ blue 166

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

Shades of Caribbean Green #05DAA6

Tints of Caribbean Green #05DAA6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.04%

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 1.29%
G = 56.04%
B = 42.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#05DAA6 (or 0x05DAA6) is known color: Caribbean Green. HEX triplet: 05, DA and A6. RGB value is (5,218,166). Sum of RGB (Red+Green+Blue) = 5+218+166=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #05DAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DAA6 is #FA2559. Grayscale: #949494. Windows color (decimal): -16393562 or 10934789. OLE color: 10934789.

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

Color convert

RGB 5 218 166 -
CMYK 0.98 0 0.24 0.15
HSL 165.35º 0.96% 0.44% -
HSV(B) 165.35º 0.98% 0.85% -
XYZ 32.02 52.93 44.61 -
YUV 148.39 137.93 25.73 -
System Red Green Blue C M Y K H S L
Decimal 5 218 166 0.98 0 0.24 0.15 165.35 0.96 0.44
Hex 5 DA A6 62 0 18 F A5 60 2C
Octal 5 332 246 142 0 30 17 245 140 54
Binary 101 11011010 10100110 1100010 0 11000 1111 10100101 1100000 101100

Color Harmonies of #05DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DAA6

Black with #05DAA6

Text Example


Text Example

White with #05DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,218,166); }

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

background-color css

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

 a { background-color: rgb(5,218,166); }

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

border-color css

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

 span { border-color: rgb(5,218,166); }

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