Html Css Color HEX #66DFCE Downy

📋 copy color: '#66DFCE'

red 102 ◦ green 223 ◦ blue 206

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

Shades of Downy #66DFCE

Tints of Downy #66DFCE

RGB

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

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

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

R = 19.21%
G = 42%
B = 38.79%

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

#66DFCE (or 0x66DFCE) is known color: Downy. HEX triplet: 66, DF and CE. RGB value is (102,223,206). Sum of RGB (Red+Green+Blue) = 102+223+206=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFCE is #992031. Grayscale: #B8B8B8. Windows color (decimal): -10035250 or 13557606. OLE color: 13557606.

HSL color Cylindrical-coordinate representation of color #66DFCE: hue angle of 171.57º 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 #66DFCE is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 223 206 -
CMYK 0.54 0 0.08 0.13
HSL 171.57º 0.65% 0.64% -
HSV(B) 171.57º 0.54% 0.87% -
XYZ 43.01 60.06 67.72 -
YUV 184.88 139.91 68.88 -
System Red Green Blue C M Y K H S L
Decimal 102 223 206 0.54 0 0.08 0.13 171.57 0.65 0.64
Hex 66 DF CE 36 0 8 D AC 41 40
Octal 146 337 316 66 0 10 15 254 101 100
Binary 1100110 11011111 11001110 110110 0 1000 1101 10101100 1000001 1000000

Color Harmonies of #66DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DFCE

Black with #66DFCE

Text Example


Text Example

White with #66DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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