#65C3B5

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

Shades of Downy #65C3B5

Tints of Downy #65C3B5

Color information

#65C3B5 (or 0x65C3B5) is unknown color: approx Downy. HEX triplet: 65, C3 and B5. RGB value is (101,195,181). Sum of RGB (Red+Green+Blue) = 101+195+181=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C3B5 is #9A3C4A. Grayscale: #A5A5A5. Windows color (decimal): -10107979 or 11912037. OLE color: 11912037.

HSL color Cylindrical-coordinate representation of color #65C3B5: hue angle of 171.06º 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 #65C3B5 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB101195181-
CMYK0.4800.070.24
HSL171.06º43.93%58.04%-
HSV(B)171.06º48.21%76.47%-
XYZ33.2245.1350.68-
YUV165.3136.8682.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.17%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=21.17%
G=40.88%
B=37.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951810.4800.070.24171.0643.9358.04
Hex65C3B5300718ab2c3a
Octal1453032656007302535472
Binary1100101110000111011010111000001111100010101011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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