Html Css Color HEX #06DC9F Caribbean Green

📋 copy color: '#06DC9F'

red 6 ◦ green 220 ◦ blue 159

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

Shades of Caribbean Green #06DC9F

Tints of Caribbean Green #06DC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 1.56%
G = 57.14%
B = 41.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#06DC9F (or 0x06DC9F) is known color: Caribbean Green. HEX triplet: 06, DC and 9F. RGB value is (6,220,159). Sum of RGB (Red+Green+Blue) = 6+220+159=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DC9F is #F92360. Grayscale: #959595. Windows color (decimal): -16327521 or 10476550. OLE color: 10476550.

HSL color Cylindrical-coordinate representation of color #06DC9F: hue angle of 162.9º 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 #06DC9F is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 220 159 -
CMYK 0.97 0 0.28 0.14
HSL 162.9º 0.95% 0.44% -
HSV(B) 162.9º 0.97% 0.86% -
XYZ 31.93 53.73 41.49 -
YUV 149.06 133.6 25.96 -
System Red Green Blue C M Y K H S L
Decimal 6 220 159 0.97 0 0.28 0.14 162.9 0.95 0.44
Hex 6 DC 9F 61 0 1C E A3 5F 2C
Octal 6 334 237 141 0 34 16 243 137 54
Binary 110 11011100 10011111 1100001 0 11100 1110 10100011 1011111 101100

Color Harmonies of #06DC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DC9F

Black with #06DC9F

Text Example


Text Example

White with #06DC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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