Html Css Color HEX #66CECB Downy

📋 copy color: '#66CECB'

red 102 ◦ green 206 ◦ blue 203

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

Shades of Downy #66CECB

Tints of Downy #66CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 19.96%
G = 40.31%
B = 39.73%

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

#66CECB (or 0x66CECB) is known color: Downy. HEX triplet: 66, CE and CB. RGB value is (102,206,203). Sum of RGB (Red+Green+Blue) = 102+206+203=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #66CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CECB is #993134. Grayscale: #AEAEAE. Windows color (decimal): -10039605 or 13356646. OLE color: 13356646.

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

Color convert

RGB 102 206 203 -
CMYK 0.50 0 0.01 0.19
HSL 178.27º 0.51% 0.6% -
HSV(B) 178.27º 0.5% 0.81% -
XYZ 38.33 51.28 64.38 -
YUV 174.56 144.04 76.24 -
System Red Green Blue C M Y K H S L
Decimal 102 206 203 0.50 0 0.01 0.19 178.27 0.51 0.6
Hex 66 CE CB 32 0 1 13 B2 33 3C
Octal 146 316 313 62 0 1 23 262 63 74
Binary 1100110 11001110 11001011 110010 0 1 10011 10110010 110011 111100

Color Harmonies of #66CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CECB

Black with #66CECB

Text Example


Text Example

White with #66CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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