Html Css Color HEX #66D3CE Downy

📋 copy color: '#66D3CE'

red 102 ◦ green 211 ◦ blue 206

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

Shades of Downy #66D3CE

Tints of Downy #66D3CE

RGB

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

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

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

R = 19.65%
G = 40.66%
B = 39.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#66D3CE (or 0x66D3CE) is known color: Downy. HEX triplet: 66, D3 and CE. RGB value is (102,211,206). Sum of RGB (Red+Green+Blue) = 102+211+206=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #66D3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D3CE is #992C31. Grayscale: #B1B1B1. Windows color (decimal): -10038322 or 13554534. OLE color: 13554534.

HSL color Cylindrical-coordinate representation of color #66D3CE: hue angle of 177.25º 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 #66D3CE is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 211 206 -
CMYK 0.52 0 0.02 0.17
HSL 177.25º 0.55% 0.61% -
HSV(B) 177.25º 0.52% 0.83% -
XYZ 39.91 53.87 66.69 -
YUV 177.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 102 211 206 0.52 0 0.02 0.17 177.25 0.55 0.61
Hex 66 D3 CE 34 0 2 11 B1 37 3D
Octal 146 323 316 64 0 2 21 261 67 75
Binary 1100110 11010011 11001110 110100 0 10 10001 10110001 110111 111101

Color Harmonies of #66D3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D3CE

Black with #66D3CE

Text Example


Text Example

White with #66D3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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