Html Css Color HEX #66D3C3 Downy

📋 copy color: '#66D3C3'

red 102 ◦ green 211 ◦ blue 195

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

Shades of Downy #66D3C3

Tints of Downy #66D3C3

RGB

 RED value IS 102 (40.23% from 255) = 20.08%

 GREEN value IS 211 (82.81% from 255) = 41.54%

 BLUE value IS 195 (76.56% from 255) = 38.39%

R = 20.08%
G = 41.54%
B = 38.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#66D3C3 (or 0x66D3C3) is known color: Downy. HEX triplet: 66, D3 and C3. RGB value is (102,211,195). Sum of RGB (Red+Green+Blue) = 102+211+195=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #66D3C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D3C3 is #992C3C. Grayscale: #B0B0B0. Windows color (decimal): -10038333 or 12833638. OLE color: 12833638.

HSL color Cylindrical-coordinate representation of color #66D3C3: hue angle of 171.19º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D3C3 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 211 195 -
CMYK 0.52 0 0.08 0.17
HSL 171.19º 0.55% 0.61% -
HSV(B) 171.19º 0.52% 0.83% -
XYZ 38.62 53.35 59.89 -
YUV 176.59 138.39 74.8 -
System Red Green Blue C M Y K H S L
Decimal 102 211 195 0.52 0 0.08 0.17 171.19 0.55 0.61
Hex 66 D3 C3 34 0 8 11 AB 37 3D
Octal 146 323 303 64 0 10 21 253 67 75
Binary 1100110 11010011 11000011 110100 0 1000 10001 10101011 110111 111101

Color Harmonies of #66D3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D3C3

Black with #66D3C3

Text Example


Text Example

White with #66D3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,211,195); }

 H1.HeaderClassName
 {
   color: #66D3C3;
 }
 .AnyTagClassName
 {
   color: #66D3C3;
 }
</style>

background-color css

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

 a { background-color: rgb(102,211,195); }

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

border-color css

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

 span { border-color: rgb(102,211,195); }

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