#65D8C4

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

Shades of Downy #65D8C4

Tints of Downy #65D8C4

Color information

#65D8C4 (or 0x65D8C4) is unknown color: approx Downy. HEX triplet: 65, D8 and C4. RGB value is (101,216,196). Sum of RGB (Red+Green+Blue) = 101+216+196=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #65D8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D8C4 is #9A273B. Grayscale: #B3B3B3. Windows color (decimal): -10102588 or 12900453. OLE color: 12900453.

HSL color Cylindrical-coordinate representation of color #65D8C4: hue angle of 169.57º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D8C4 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB101216196-
CMYK0.5300.090.15
HSL169.57º59.59%62.16%-
HSV(B)169.57º53.24%84.71%-
XYZ39.8955.8660.91-
YUV179.33137.472.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.69%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=19.69%
G=42.11%
B=38.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012161960.5300.090.15169.5759.5962.16
Hex65D8C43509Faa3c3e
Octal14533030465011172527476
Binary1100101110110001100010011010101001111110101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,216,196); }

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

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

 a { background-color: rgb(101,216,196); }

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

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

 span { border-color: rgb(101,216,196); }

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