#66D6B9

Color #66D6B9 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #66D6B9

Tints of Downy #66D6B9

Color information

#66D6B9 (or 0x66D6B9) is unknown color: approx Downy. HEX triplet: 66, D6 and B9. RGB value is (102,214,185). Sum of RGB (Red+Green+Blue) = 102+214+185=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #66D6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D6B9 is #992946. Grayscale: #B1B1B1. Windows color (decimal): -10037575 or 12179046. OLE color: 12179046.

HSL color Cylindrical-coordinate representation of color #66D6B9: hue angle of 164.46º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D6B9 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB102214185-
CMYK0.5200.140.16
HSL164.46º57.73%61.96%-
HSV(B)164.46º52.34%83.92%-
XYZ38.2854.4254.39-
YUV177.21132.3974.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.36%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 185 (72.66% from 255) = 36.93%
R=20.36%
G=42.71%
B=36.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022141850.5200.140.16164.4657.7361.96
Hex66D6B9340E10a43a3e
Octal14632627164016202447276
Binary11001101101011010111001110100011101000010100100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66D6B9; }

 p { color: rgb(102,214,185); }

 H1.HeaderClassName
 {
   color: #66D6B9;
 }
 .AnyTagClassName
 {
   color: #66D6B9;
 }
</style>
background-color css

<style>
 a { background-color: #66D6B9; }

 a { background-color: rgb(102,214,185); }

 div.DivClassName
 {
   background-color: #66D6B9;
 }
 .BgClassName
 {
   background-color: #66D6B9;
 }
</style>
border-color css

<style>
 span { border-color: #66D6B9; }

 span { border-color: rgb(102,214,185); }

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