#65D7C0

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

Shades of Downy #65D7C0

Tints of Downy #65D7C0

Color information

#65D7C0 (or 0x65D7C0) is unknown color: approx Downy. HEX triplet: 65, D7 and C0. RGB value is (101,215,192). Sum of RGB (Red+Green+Blue) = 101+215+192=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #65D7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D7C0 is #9A283F. Grayscale: #B2B2B2. Windows color (decimal): -10102848 or 12638053. OLE color: 12638053.

HSL color Cylindrical-coordinate representation of color #65D7C0: hue angle of 167.89º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D7C0 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB101215192-
CMYK0.5300.110.16
HSL167.89º58.76%61.96%-
HSV(B)167.89º53.02%84.31%-
XYZ39.1855.1758.45-
YUV178.29135.7372.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.88%
GREEN value IS 215 (84.38% from 255) = 42.32%
BLUE value IS 192 (75.39% from 255) = 37.80%
R=19.88%
G=42.32%
B=37.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1012151920.5300.110.16167.8958.7661.96
Hex65D7C0350B10a83b3e
Octal14532730065013202507376
Binary11001011101011111000000110101010111000010101000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,215,192); }

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

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

 a { background-color: rgb(101,215,192); }

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

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

 span { border-color: rgb(101,215,192); }

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