#65D4BE

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

Shades of Downy #65D4BE

Tints of Downy #65D4BE

Color information

#65D4BE (or 0x65D4BE) is unknown color: approx Downy. HEX triplet: 65, D4 and BE. RGB value is (101,212,190). Sum of RGB (Red+Green+Blue) = 101+212+190=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #65D4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D4BE is #9A2B41. Grayscale: #B0B0B0. Windows color (decimal): -10103618 or 12506213. OLE color: 12506213.

HSL color Cylindrical-coordinate representation of color #65D4BE: hue angle of 168.11º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D4BE is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB101212190-
CMYK0.5200.100.17
HSL168.11º56.35%61.37%-
HSV(B)168.11º52.36%83.14%-
XYZ38.253.5757.04-
YUV176.3135.7374.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.08%
GREEN value IS 212 (83.20% from 255) = 42.15%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=20.08%
G=42.15%
B=37.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1012121900.5200.100.17168.1156.3561.37
Hex65D4BE340A11a8383d
Octal14532427664012212507075
Binary11001011101010010111110110100010101000110101000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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