Html Css Color HEX #66D3CA Downy

📋 copy color: '#66D3CA'

red 102 ◦ green 211 ◦ blue 202

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

Shades of Downy #66D3CA

Tints of Downy #66D3CA

RGB

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

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

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

R = 19.81%
G = 40.97%
B = 39.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#66D3CA (or 0x66D3CA) is known color: Downy. HEX triplet: 66, D3 and CA. RGB value is (102,211,202). Sum of RGB (Red+Green+Blue) = 102+211+202=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #66D3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D3CA is #992C35. Grayscale: #B1B1B1. Windows color (decimal): -10038326 or 13292390. OLE color: 13292390.

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

Color convert

RGB 102 211 202 -
CMYK 0.52 0 0.04 0.17
HSL 175.05º 0.55% 0.61% -
HSV(B) 175.05º 0.52% 0.83% -
XYZ 39.43 53.68 64.16 -
YUV 177.38 141.89 74.23 -
System Red Green Blue C M Y K H S L
Decimal 102 211 202 0.52 0 0.04 0.17 175.05 0.55 0.61
Hex 66 D3 CA 34 0 4 11 AF 37 3D
Octal 146 323 312 64 0 4 21 257 67 75
Binary 1100110 11010011 11001010 110100 0 100 10001 10101111 110111 111101

Color Harmonies of #66D3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D3CA

Black with #66D3CA

Text Example


Text Example

White with #66D3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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