Html Css Color HEX #66D3CD Downy

📋 copy color: '#66D3CD'

red 102 ◦ green 211 ◦ blue 205

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

Shades of Downy #66D3CD

Tints of Downy #66D3CD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.73%

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

R = 19.69%
G = 40.73%
B = 39.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#66D3CD (or 0x66D3CD) is known color: Downy. HEX triplet: 66, D3 and CD. RGB value is (102,211,205). Sum of RGB (Red+Green+Blue) = 102+211+205=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #66D3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D3CD is #992C32. Grayscale: #B1B1B1. Windows color (decimal): -10038323 or 13488998. OLE color: 13488998.

HSL color Cylindrical-coordinate representation of color #66D3CD: hue angle of 176.7º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D3CD is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 211 205 -
CMYK 0.52 0 0.03 0.17
HSL 176.7º 0.55% 0.61% -
HSV(B) 176.7º 0.52% 0.83% -
XYZ 39.79 53.82 66.05 -
YUV 177.73 143.39 73.99 -
System Red Green Blue C M Y K H S L
Decimal 102 211 205 0.52 0 0.03 0.17 176.7 0.55 0.61
Hex 66 D3 CD 34 0 3 11 B1 37 3D
Octal 146 323 315 64 0 3 21 261 67 75
Binary 1100110 11010011 11001101 110100 0 11 10001 10110001 110111 111101

Color Harmonies of #66D3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D3CD

Black with #66D3CD

Text Example


Text Example

White with #66D3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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