#65E3CF

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

Shades of Downy #65E3CF

Tints of Downy #65E3CF

Color information

#65E3CF (or 0x65E3CF) is unknown color: approx Downy. HEX triplet: 65, E3 and CF. RGB value is (101,227,207). Sum of RGB (Red+Green+Blue) = 101+227+207=535 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.88% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #65E3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E3CF is #9A1C30. Grayscale: #BBBBBB. Windows color (decimal): -10099761 or 13624165. OLE color: 13624165.

HSL color Cylindrical-coordinate representation of color #65E3CF: hue angle of 170.48º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E3CF is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB101227207-
CMYK0.5600.090.11
HSL170.48º69.23%64.31%-
HSV(B)170.48º55.51%89.02%-
XYZ44.162.2168.71-
YUV187.05139.2666.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.88%
GREEN value IS 227 (89.06% from 255) = 42.43%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=18.88%
G=42.43%
B=38.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1012272070.5600.090.11170.4869.2364.31
Hex65E3CF3809Baa4540
Octal1453433177001113252105100
Binary110010111100011110011111110000100110111010101010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,227,207); }

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

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

 a { background-color: rgb(101,227,207); }

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

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

 span { border-color: rgb(101,227,207); }

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