#65CEBE

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

Shades of Downy #65CEBE

Tints of Downy #65CEBE

Color information

#65CEBE (or 0x65CEBE) is unknown color: approx Downy. HEX triplet: 65, CE and BE. RGB value is (101,206,190). Sum of RGB (Red+Green+Blue) = 101+206+190=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEBE is #9A3141. Grayscale: #ACACAC. Windows color (decimal): -10105154 or 12504677. OLE color: 12504677.

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

Color convert

RGB101206190-
CMYK0.5100.080.19
HSL170.86º51.72%60.2%-
HSV(B)170.86º50.97%80.78%-
XYZ36.7350.6356.55-
YUV172.78137.7176.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.32%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=20.32%
G=41.45%
B=38.23%

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
Decimal1012061900.5100.080.19170.8651.7260.2
Hex65CEBE330813ab343c
Octal14531627663010232536474
Binary11001011100111010111110110011010001001110101011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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