Html Css Color HEX #06DCA8 Caribbean Green

📋 copy color: '#06DCA8'

red 6 ◦ green 220 ◦ blue 168

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

Shades of Caribbean Green #06DCA8

Tints of Caribbean Green #06DCA8

RGB

 RED value IS 6 (2.73% from 255) = 1.52%

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

 BLUE value IS 168 (66.02% from 255) = 42.64%

R = 1.52%
G = 55.84%
B = 42.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#06DCA8 (or 0x06DCA8) is known color: Caribbean Green. HEX triplet: 06, DC and A8. RGB value is (6,220,168). Sum of RGB (Red+Green+Blue) = 6+220+168=394 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DCA8 is #F92357. Grayscale: #969696. Windows color (decimal): -16327512 or 11066374. OLE color: 11066374.

HSL color Cylindrical-coordinate representation of color #06DCA8: hue angle of 165.42º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCA8 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 220 168 -
CMYK 0.97 0 0.24 0.14
HSL 165.42º 0.95% 0.44% -
HSV(B) 165.42º 0.97% 0.86% -
XYZ 32.74 54.05 45.75 -
YUV 150.09 138.1 25.23 -
System Red Green Blue C M Y K H S L
Decimal 6 220 168 0.97 0 0.24 0.14 165.42 0.95 0.44
Hex 6 DC A8 61 0 18 E A5 5F 2C
Octal 6 334 250 141 0 30 16 245 137 54
Binary 110 11011100 10101000 1100001 0 11000 1110 10100101 1011111 101100

Color Harmonies of #06DCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DCA8

Black with #06DCA8

Text Example


Text Example

White with #06DCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06DCA8; }

 p { color: rgb(6,220,168); }

 H1.HeaderClassName
 {
   color: #06DCA8;
 }
 .AnyTagClassName
 {
   color: #06DCA8;
 }
</style>

background-color css

<style>
 a { background-color: #06DCA8; }

 a { background-color: rgb(6,220,168); }

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

border-color css

<style>
 span { border-color: #06DCA8; }

 span { border-color: rgb(6,220,168); }

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