#65DAC4

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

Shades of Downy #65DAC4

Tints of Downy #65DAC4

Color information

#65DAC4 (or 0x65DAC4) is unknown color: approx Downy. HEX triplet: 65, DA and C4. RGB value is (101,218,196). Sum of RGB (Red+Green+Blue) = 101+218+196=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #65DAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DAC4 is #9A253B. Grayscale: #B4B4B4. Windows color (decimal): -10102076 or 12900965. OLE color: 12900965.

HSL color Cylindrical-coordinate representation of color #65DAC4: hue angle of 168.72º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DAC4 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB101218196-
CMYK0.5400.100.15
HSL168.72º61.26%62.55%-
HSV(B)168.72º53.67%85.49%-
XYZ40.456.961.08-
YUV180.51136.7471.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.61%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=19.61%
G=42.33%
B=38.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012181960.5400.100.15168.7261.2662.55
Hex65DAC4360AFa93d3f
Octal14533230466012172517577
Binary1100101110110101100010011011001010111110101001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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