#65CDBE

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

Shades of Downy #65CDBE

Tints of Downy #65CDBE

Color information

#65CDBE (or 0x65CDBE) is unknown color: approx Downy. HEX triplet: 65, CD and BE. RGB value is (101,205,190). Sum of RGB (Red+Green+Blue) = 101+205+190=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDBE is #9A3241. Grayscale: #ACACAC. Windows color (decimal): -10105410 or 12504421. OLE color: 12504421.

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

Color convert

RGB101205190-
CMYK0.5100.070.20
HSL171.35º50.98%60%-
HSV(B)171.35º50.73%80.39%-
XYZ36.4950.1556.47-
YUV172.19138.0477.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.36%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=20.36%
G=41.33%
B=38.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1012051900.5100.070.20171.3550.9860
Hex65CDBE330714ab333c
Octal1453152766307242536374
Binary1100101110011011011111011001101111010010101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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