Html Css Color HEX #06DC96 Caribbean Green

📋 copy color: '#06DC96'

red 6 ◦ green 220 ◦ blue 150

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

Shades of Caribbean Green #06DC96

Tints of Caribbean Green #06DC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.89%

R = 1.6%
G = 58.51%
B = 39.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#06DC96 (or 0x06DC96) is known color: Caribbean Green. HEX triplet: 06, DC and 96. RGB value is (6,220,150). Sum of RGB (Red+Green+Blue) = 6+220+150=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DC96 is #F92369. Grayscale: #949494. Windows color (decimal): -16327530 or 9886726. OLE color: 9886726.

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

Color convert

RGB 6 220 150 -
CMYK 0.97 0 0.32 0.14
HSL 160.37º 0.95% 0.44% -
HSV(B) 160.37º 0.97% 0.86% -
XYZ 31.17 53.43 37.52 -
YUV 148.03 129.1 26.69 -
System Red Green Blue C M Y K H S L
Decimal 6 220 150 0.97 0 0.32 0.14 160.37 0.95 0.44
Hex 6 DC 96 61 0 20 E A0 5F 2C
Octal 6 334 226 141 0 40 16 240 137 54
Binary 110 11011100 10010110 1100001 0 100000 1110 10100000 1011111 101100

Color Harmonies of #06DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DC96

Black with #06DC96

Text Example


Text Example

White with #06DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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