#65E9CE

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

Shades of Downy #65E9CE

Tints of Downy #65E9CE

Color information

#65E9CE (or 0x65E9CE) is unknown color: approx Downy. HEX triplet: 65, E9 and CE. RGB value is (101,233,206). Sum of RGB (Red+Green+Blue) = 101+233+206=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #65E9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E9CE is #9A1631. Grayscale: #BEBEBE. Windows color (decimal): -10098226 or 13560165. OLE color: 13560165.

HSL color Cylindrical-coordinate representation of color #65E9CE: hue angle of 167.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65E9CE is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB101233206-
CMYK0.5700.120.09
HSL167.73º75%65.49%-
HSV(B)167.73º56.65%91.37%-
XYZ45.6565.568.63-
YUV190.45136.7764.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.70%
GREEN value IS 233 (91.41% from 255) = 43.15%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=18.70%
G=43.15%
B=38.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012332060.5700.120.09167.737565.49
Hex65E9CE390C9a84b41
Octal1453513167101411250113101
Binary110010111101001110011101110010110010011010100010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,233,206); }

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

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

 a { background-color: rgb(101,233,206); }

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

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

 span { border-color: rgb(101,233,206); }

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