#65C3B9

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

Shades of Downy #65C3B9

Tints of Downy #65C3B9

Color information

#65C3B9 (or 0x65C3B9) is unknown color: approx Downy. HEX triplet: 65, C3 and B9. RGB value is (101,195,185). Sum of RGB (Red+Green+Blue) = 101+195+185=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C3B9 is #9A3C46. Grayscale: #A5A5A5. Windows color (decimal): -10107975 or 12174181. OLE color: 12174181.

HSL color Cylindrical-coordinate representation of color #65C3B9: hue angle of 173.62º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C3B9 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB101195185-
CMYK0.4800.050.24
HSL173.62º43.93%58.04%-
HSV(B)173.62º48.21%76.47%-
XYZ33.6445.352.87-
YUV165.75138.8681.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.00%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 185 (72.66% from 255) = 38.46%
R=21.00%
G=40.54%
B=38.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951850.4800.050.24173.6243.9358.04
Hex65C3B9300518ae2c3a
Octal1453032716005302565472
Binary1100101110000111011100111000001011100010101110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,195,185); }

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

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

 a { background-color: rgb(101,195,185); }

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

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

 span { border-color: rgb(101,195,185); }

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