#65CEBF

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

Shades of Downy #65CEBF

Tints of Downy #65CEBF

Color information

#65CEBF (or 0x65CEBF) is unknown color: approx Downy. HEX triplet: 65, CE and BF. RGB value is (101,206,191). Sum of RGB (Red+Green+Blue) = 101+206+191=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEBF is #9A3140. Grayscale: #ACACAC. Windows color (decimal): -10105153 or 12570213. OLE color: 12570213.

HSL color Cylindrical-coordinate representation of color #65CEBF: hue angle of 171.43º 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 #65CEBF is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB101206191-
CMYK0.5100.070.19
HSL171.43º51.72%60.2%-
HSV(B)171.43º50.97%80.78%-
XYZ36.8450.6757.13-
YUV172.9138.2176.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.28%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 191 (75% from 255) = 38.35%
R=20.28%
G=41.37%
B=38.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012061910.5100.070.19171.4351.7260.2
Hex65CEBF330713ab343c
Octal1453162776307232536474
Binary1100101110011101011111111001101111001110101011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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