#65D2BA

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

Shades of Downy #65D2BA

Tints of Downy #65D2BA

Color information

#65D2BA (or 0x65D2BA) is unknown color: approx Downy. HEX triplet: 65, D2 and BA. RGB value is (101,210,186). Sum of RGB (Red+Green+Blue) = 101+210+186=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #65D2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D2BA is #9A2D45. Grayscale: #AEAEAE. Windows color (decimal): -10104134 or 12243557. OLE color: 12243557.

HSL color Cylindrical-coordinate representation of color #65D2BA: hue angle of 166.79º degrees, saturation: 0.55, 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 #65D2BA is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB101210186-
CMYK0.5200.110.18
HSL166.79º54.77%60.98%-
HSV(B)166.79º51.9%82.35%-
XYZ37.2852.4154.6-
YUV174.67134.3975.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.32%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=20.32%
G=42.25%
B=37.42%

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
Decimal1012101860.5200.110.18166.7954.7760.98
Hex65D2BA340B12a7373d
Octal14532227264013222476775
Binary11001011101001010111010110100010111001010100111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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