#65ECC2

Color #65ECC2 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #65ECC2

Tints of Downy #65ECC2

Color information

#65ECC2 (or 0x65ECC2) is unknown color: approx Downy. HEX triplet: 65, EC and C2. RGB value is (101,236,194). Sum of RGB (Red+Green+Blue) = 101+236+194=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECC2 is #9A133D. Grayscale: #BEBEBE. Windows color (decimal): -10097470 or 12774501. OLE color: 12774501.

HSL color Cylindrical-coordinate representation of color #65ECC2: hue angle of 161.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ECC2 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB101236194-
CMYK0.5700.180.07
HSL161.33º78.03%66.08%-
HSV(B)161.33º57.2%92.55%-
XYZ45.166.6561.53-
YUV190.85129.7763.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.02%
GREEN value IS 236 (92.58% from 255) = 44.44%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=19.02%
G=44.44%
B=36.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012361940.5700.180.07161.3378.0366.08
Hex65ECC2390127a14e42
Octal145354302710227241116102
Binary110010111101100110000101110010100101111010000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65ECC2; }

 p { color: rgb(101,236,194); }

 H1.HeaderClassName
 {
   color: #65ECC2;
 }
 .AnyTagClassName
 {
   color: #65ECC2;
 }
</style>
background-color css

<style>
 a { background-color: #65ECC2; }

 a { background-color: rgb(101,236,194); }

 div.DivClassName
 {
   background-color: #65ECC2;
 }
 .BgClassName
 {
   background-color: #65ECC2;
 }
</style>
border-color css

<style>
 span { border-color: #65ECC2; }

 span { border-color: rgb(101,236,194); }

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