Html Css Color HEX #66E1C4 Downy

📋 copy color: '#66E1C4'

red 102 ◦ green 225 ◦ blue 196

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

Shades of Downy #66E1C4

Tints of Downy #66E1C4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.02%

 BLUE value IS 196 (76.95% from 255) = 37.48%

R = 19.5%
G = 43.02%
B = 37.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#66E1C4 (or 0x66E1C4) is known color: Downy. HEX triplet: 66, E1 and C4. RGB value is (102,225,196). Sum of RGB (Red+Green+Blue) = 102+225+196=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E1C4 is #991E3B. Grayscale: #B8B8B8. Windows color (decimal): -10034748 or 12902758. OLE color: 12902758.

HSL color Cylindrical-coordinate representation of color #66E1C4: hue angle of 165.85º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1C4 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 225 196 -
CMYK 0.55 0 0.13 0.12
HSL 165.85º 0.67% 0.64% -
HSV(B) 165.85º 0.55% 0.88% -
XYZ 42.37 60.66 61.7 -
YUV 184.92 134.25 68.86 -
System Red Green Blue C M Y K H S L
Decimal 102 225 196 0.55 0 0.13 0.12 165.85 0.67 0.64
Hex 66 E1 C4 37 0 D C A6 43 40
Octal 146 341 304 67 0 15 14 246 103 100
Binary 1100110 11100001 11000100 110111 0 1101 1100 10100110 1000011 1000000

Color Harmonies of #66E1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E1C4

Black with #66E1C4

Text Example


Text Example

White with #66E1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,225,196); }

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

background-color css

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

 a { background-color: rgb(102,225,196); }

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

border-color css

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

 span { border-color: rgb(102,225,196); }

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