#65CEBD

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

Shades of Downy #65CEBD

Tints of Downy #65CEBD

Color information

#65CEBD (or 0x65CEBD) is unknown color: approx Downy. HEX triplet: 65, CE and BD. RGB value is (101,206,189). Sum of RGB (Red+Green+Blue) = 101+206+189=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEBD is #9A3142. Grayscale: #ACACAC. Windows color (decimal): -10105155 or 12439141. OLE color: 12439141.

HSL color Cylindrical-coordinate representation of color #65CEBD: hue angle of 170.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CEBD is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB101206189-
CMYK0.5100.080.19
HSL170.29º51.72%60.2%-
HSV(B)170.29º50.97%80.78%-
XYZ36.6250.5855.98-
YUV172.67137.2176.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.36%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=20.36%
G=41.53%
B=38.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012061890.5100.080.19170.2951.7260.2
Hex65CEBD330813aa343c
Octal14531627563010232526474
Binary11001011100111010111101110011010001001110101010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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