Html Css Color HEX #66D5CC Downy

📋 copy color: '#66D5CC'

red 102 ◦ green 213 ◦ blue 204

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

Shades of Downy #66D5CC

Tints of Downy #66D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

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

R = 19.65%
G = 41.04%
B = 39.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#66D5CC (or 0x66D5CC) is known color: Downy. HEX triplet: 66, D5 and CC. RGB value is (102,213,204). Sum of RGB (Red+Green+Blue) = 102+213+204=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D5CC is #992A33. Grayscale: #B2B2B2. Windows color (decimal): -10037812 or 13423974. OLE color: 13423974.

HSL color Cylindrical-coordinate representation of color #66D5CC: hue angle of 175.14º degrees, saturation: 0.57, 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 #66D5CC is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 213 204 -
CMYK 0.52 0 0.04 0.16
HSL 175.14º 0.57% 0.62% -
HSV(B) 175.14º 0.52% 0.84% -
XYZ 40.17 54.77 65.58 -
YUV 178.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 102 213 204 0.52 0 0.04 0.16 175.14 0.57 0.62
Hex 66 D5 CC 34 0 4 10 AF 39 3E
Octal 146 325 314 64 0 4 20 257 71 76
Binary 1100110 11010101 11001100 110100 0 100 10000 10101111 111001 111110

Color Harmonies of #66D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D5CC

Black with #66D5CC

Text Example


Text Example

White with #66D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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