Html Css Color HEX #66D5CA Downy

📋 copy color: '#66D5CA'

red 102 ◦ green 213 ◦ blue 202

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

Shades of Downy #66D5CA

Tints of Downy #66D5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.2%

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

R = 19.73%
G = 41.2%
B = 39.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#66D5CA (or 0x66D5CA) is known color: Downy. HEX triplet: 66, D5 and CA. RGB value is (102,213,202). Sum of RGB (Red+Green+Blue) = 102+213+202=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D5CA is #992A35. Grayscale: #B2B2B2. Windows color (decimal): -10037814 or 13292902. OLE color: 13292902.

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

Color convert

RGB 102 213 202 -
CMYK 0.52 0 0.05 0.16
HSL 174.05º 0.57% 0.62% -
HSV(B) 174.05º 0.52% 0.84% -
XYZ 39.93 54.68 64.33 -
YUV 178.56 141.23 73.39 -
System Red Green Blue C M Y K H S L
Decimal 102 213 202 0.52 0 0.05 0.16 174.05 0.57 0.62
Hex 66 D5 CA 34 0 5 10 AE 39 3E
Octal 146 325 312 64 0 5 20 256 71 76
Binary 1100110 11010101 11001010 110100 0 101 10000 10101110 111001 111110

Color Harmonies of #66D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D5CA

Black with #66D5CA

Text Example


Text Example

White with #66D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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