Html Css Color HEX #66DFCD Downy

📋 copy color: '#66DFCD'

red 102 ◦ green 223 ◦ blue 205

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

Shades of Downy #66DFCD

Tints of Downy #66DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.08%

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 19.25%
G = 42.08%
B = 38.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#66DFCD (or 0x66DFCD) is known color: Downy. HEX triplet: 66, DF and CD. RGB value is (102,223,205). Sum of RGB (Red+Green+Blue) = 102+223+205=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFCD is #992032. Grayscale: #B8B8B8. Windows color (decimal): -10035251 or 13492070. OLE color: 13492070.

HSL color Cylindrical-coordinate representation of color #66DFCD: hue angle of 171.07º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DFCD is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 223 205 -
CMYK 0.54 0 0.08 0.13
HSL 171.07º 0.65% 0.64% -
HSV(B) 171.07º 0.54% 0.87% -
XYZ 42.89 60.01 67.08 -
YUV 184.77 139.41 68.96 -
System Red Green Blue C M Y K H S L
Decimal 102 223 205 0.54 0 0.08 0.13 171.07 0.65 0.64
Hex 66 DF CD 36 0 8 D AB 41 40
Octal 146 337 315 66 0 10 15 253 101 100
Binary 1100110 11011111 11001101 110110 0 1000 1101 10101011 1000001 1000000

Color Harmonies of #66DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DFCD

Black with #66DFCD

Text Example


Text Example

White with #66DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,223,205); }

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

background-color css

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

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

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

border-color css

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

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

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