#65D5C6

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

Shades of Downy #65D5C6

Tints of Downy #65D5C6

Color information

#65D5C6 (or 0x65D5C6) is unknown color: approx Downy. HEX triplet: 65, D5 and C6. RGB value is (101,213,198). Sum of RGB (Red+Green+Blue) = 101+213+198=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #65D5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D5C6 is #9A2A39. Grayscale: #B1B1B1. Windows color (decimal): -10103354 or 13030757. OLE color: 13030757.

HSL color Cylindrical-coordinate representation of color #65D5C6: hue angle of 171.96º degrees, saturation: 0.57, 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 #65D5C6 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB101213198-
CMYK0.5300.070.16
HSL171.96º57.14%61.57%-
HSV(B)171.96º52.58%83.53%-
XYZ39.3554.4361.86-
YUV177.8139.3973.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 213 (83.59% from 255) = 41.60%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=19.73%
G=41.60%
B=38.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1012131980.5300.070.16171.9657.1461.57
Hex65D5C6350710ac393e
Octal1453253066507202547176
Binary1100101110101011100011011010101111000010101100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,213,198); }

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

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

 a { background-color: rgb(101,213,198); }

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

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

 span { border-color: rgb(101,213,198); }

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