Html Css Color HEX #66CECC Downy

📋 copy color: '#66CECC'

red 102 ◦ green 206 ◦ blue 204

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

Shades of Downy #66CECC

Tints of Downy #66CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.23%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 19.92%
G = 40.23%
B = 39.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#66CECC (or 0x66CECC) is known color: Downy. HEX triplet: 66, CE and CC. RGB value is (102,206,204). Sum of RGB (Red+Green+Blue) = 102+206+204=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #66CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CECC is #993133. Grayscale: #AEAEAE. Windows color (decimal): -10039604 or 13422182. OLE color: 13422182.

HSL color Cylindrical-coordinate representation of color #66CECC: hue angle of 178.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CECC is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 206 204 -
CMYK 0.50 0 0.01 0.19
HSL 178.85º 0.51% 0.6% -
HSV(B) 178.85º 0.5% 0.81% -
XYZ 38.45 51.33 65.01 -
YUV 174.68 144.54 76.16 -
System Red Green Blue C M Y K H S L
Decimal 102 206 204 0.50 0 0.01 0.19 178.85 0.51 0.6
Hex 66 CE CC 32 0 1 13 B3 33 3C
Octal 146 316 314 62 0 1 23 263 63 74
Binary 1100110 11001110 11001100 110010 0 1 10011 10110011 110011 111100

Color Harmonies of #66CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CECC

Black with #66CECC

Text Example


Text Example

White with #66CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,206,204); }

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

background-color css

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

 a { background-color: rgb(102,206,204); }

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

border-color css

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

 span { border-color: rgb(102,206,204); }

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