Html Css Color HEX #66D2CA Downy

📋 copy color: '#66D2CA'

red 102 ◦ green 210 ◦ blue 202

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

Shades of Downy #66D2CA

Tints of Downy #66D2CA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

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

R = 19.84%
G = 40.86%
B = 39.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#66D2CA (or 0x66D2CA) is known color: Downy. HEX triplet: 66, D2 and CA. RGB value is (102,210,202). Sum of RGB (Red+Green+Blue) = 102+210+202=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #66D2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D2CA is #992D35. Grayscale: #B0B0B0. Windows color (decimal): -10038582 or 13292134. OLE color: 13292134.

HSL color Cylindrical-coordinate representation of color #66D2CA: hue angle of 175.56º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D2CA is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 210 202 -
CMYK 0.51 0 0.04 0.18
HSL 175.56º 0.55% 0.61% -
HSV(B) 175.56º 0.51% 0.82% -
XYZ 39.19 53.18 64.08 -
YUV 176.8 142.22 74.65 -
System Red Green Blue C M Y K H S L
Decimal 102 210 202 0.51 0 0.04 0.18 175.56 0.55 0.61
Hex 66 D2 CA 33 0 4 12 B0 37 3D
Octal 146 322 312 63 0 4 22 260 67 75
Binary 1100110 11010010 11001010 110011 0 100 10010 10110000 110111 111101

Color Harmonies of #66D2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D2CA

Black with #66D2CA

Text Example


Text Example

White with #66D2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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