Html Css Color HEX #66D7CA Downy

📋 copy color: '#66D7CA'

red 102 ◦ green 215 ◦ blue 202

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

Shades of Downy #66D7CA

Tints of Downy #66D7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 19.65%
G = 41.43%
B = 38.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#66D7CA (or 0x66D7CA) is known color: Downy. HEX triplet: 66, D7 and CA. RGB value is (102,215,202). Sum of RGB (Red+Green+Blue) = 102+215+202=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #66D7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D7CA is #992835. Grayscale: #B3B3B3. Windows color (decimal): -10037302 or 13293414. OLE color: 13293414.

HSL color Cylindrical-coordinate representation of color #66D7CA: hue angle of 173.1º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D7CA is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 215 202 -
CMYK 0.53 0 0.06 0.16
HSL 173.1º 0.59% 0.62% -
HSV(B) 173.1º 0.53% 0.84% -
XYZ 40.44 55.69 64.49 -
YUV 179.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 102 215 202 0.53 0 0.06 0.16 173.1 0.59 0.62
Hex 66 D7 CA 35 0 6 10 AD 3B 3E
Octal 146 327 312 65 0 6 20 255 73 76
Binary 1100110 11010111 11001010 110101 0 110 10000 10101101 111011 111110

Color Harmonies of #66D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D7CA

Black with #66D7CA

Text Example


Text Example

White with #66D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,215,202); }

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

background-color css

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

 a { background-color: rgb(102,215,202); }

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

border-color css

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

 span { border-color: rgb(102,215,202); }

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