Html Css Color HEX #66CECE Downy

📋 copy color: '#66CECE'

red 102 ◦ green 206 ◦ blue 206

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

Shades of Downy #66CECE

Tints of Downy #66CECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 19.84%
G = 40.08%
B = 40.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66CECE (or 0x66CECE) is known color: Downy. HEX triplet: 66, CE and CE. RGB value is (102,206,206). Sum of RGB (Red+Green+Blue) = 102+206+206=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #66CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CECE is #993131. Grayscale: #AEAEAE. Windows color (decimal): -10039602 or 13553254. OLE color: 13553254.

HSL color Cylindrical-coordinate representation of color #66CECE: hue angle of 180º 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 #66CECE is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 206 206 -
CMYK 0.50 0 0 0.19
HSL 180º 0.51% 0.6% -
HSV(B) 180º 0.5% 0.81% -
XYZ 38.69 51.42 66.28 -
YUV 174.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 102 206 206 0.50 0 0 0.19 180 0.51 0.6
Hex 66 CE CE 32 0 0 13 B4 33 3C
Octal 146 316 316 62 0 0 23 264 63 74
Binary 1100110 11001110 11001110 110010 0 0 10011 10110100 110011 111100

Color Harmonies of #66CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CECE

Black with #66CECE

Text Example


Text Example

White with #66CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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