Html Css Color HEX #66E2CC Downy

📋 copy color: '#66E2CC'

red 102 ◦ green 226 ◦ blue 204

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

Shades of Downy #66E2CC

Tints of Downy #66E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.48%

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 19.17%
G = 42.48%
B = 38.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#66E2CC (or 0x66E2CC) is known color: Downy. HEX triplet: 66, E2 and CC. RGB value is (102,226,204). Sum of RGB (Red+Green+Blue) = 102+226+204=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2CC is #991D33. Grayscale: #BABABA. Windows color (decimal): -10034484 or 13427302. OLE color: 13427302.

HSL color Cylindrical-coordinate representation of color #66E2CC: hue angle of 169.35º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2CC is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 102 226 204 -
CMYK 0.55 0 0.10 0.11
HSL 169.35º 0.68% 0.64% -
HSV(B) 169.35º 0.55% 0.89% -
XYZ 43.57 61.58 66.72 -
YUV 186.42 137.92 67.79 -
System Red Green Blue C M Y K H S L
Decimal 102 226 204 0.55 0 0.10 0.11 169.35 0.68 0.64
Hex 66 E2 CC 37 0 A B A9 44 40
Octal 146 342 314 67 0 12 13 251 104 100
Binary 1100110 11100010 11001100 110111 0 1010 1011 10101001 1000100 1000000

Color Harmonies of #66E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E2CC

Black with #66E2CC

Text Example


Text Example

White with #66E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,226,204); }

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

background-color css

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

 a { background-color: rgb(102,226,204); }

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

border-color css

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

 span { border-color: rgb(102,226,204); }

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