#65CDBD

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

Shades of Downy #65CDBD

Tints of Downy #65CDBD

Color information

#65CDBD (or 0x65CDBD) is unknown color: approx Downy. HEX triplet: 65, CD and BD. RGB value is (101,205,189). Sum of RGB (Red+Green+Blue) = 101+205+189=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDBD is #9A3242. Grayscale: #ACACAC. Windows color (decimal): -10105411 or 12438885. OLE color: 12438885.

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

Color convert

RGB101205189-
CMYK0.5100.080.20
HSL170.77º50.98%60%-
HSV(B)170.77º50.73%80.39%-
XYZ36.3850.155.9-
YUV172.08137.5477.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.40%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=20.40%
G=41.41%
B=38.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1012051890.5100.080.20170.7750.9860
Hex65CDBD330814ab333c
Octal14531527563010242536374
Binary11001011100110110111101110011010001010010101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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