#65D1BA

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

Shades of Downy #65D1BA

Tints of Downy #65D1BA

Color information

#65D1BA (or 0x65D1BA) is unknown color: approx Downy. HEX triplet: 65, D1 and BA. RGB value is (101,209,186). Sum of RGB (Red+Green+Blue) = 101+209+186=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #65D1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D1BA is #9A2E45. Grayscale: #AEAEAE. Windows color (decimal): -10104390 or 12243301. OLE color: 12243301.

HSL color Cylindrical-coordinate representation of color #65D1BA: hue angle of 167.22º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D1BA is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB101209186-
CMYK0.5200.110.18
HSL167.22º54%60.78%-
HSV(B)167.22º51.67%81.96%-
XYZ37.0351.9154.52-
YUV174.09134.7275.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.36%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=20.36%
G=42.14%
B=37.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012091860.5200.110.18167.225460.78
Hex65D1BA340B12a7363d
Octal14532127264013222476675
Binary11001011101000110111010110100010111001010100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,209,186); }

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

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

 a { background-color: rgb(101,209,186); }

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

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

 span { border-color: rgb(101,209,186); }

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