#65C3B7

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

Shades of Downy #65C3B7

Tints of Downy #65C3B7

Color information

#65C3B7 (or 0x65C3B7) is unknown color: approx Downy. HEX triplet: 65, C3 and B7. RGB value is (101,195,183). Sum of RGB (Red+Green+Blue) = 101+195+183=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C3B7 is #9A3C48. Grayscale: #A5A5A5. Windows color (decimal): -10107977 or 12043109. OLE color: 12043109.

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

Color convert

RGB101195183-
CMYK0.4800.060.24
HSL172.34º43.93%58.04%-
HSV(B)172.34º48.21%76.47%-
XYZ33.4345.2251.77-
YUV165.53137.8681.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.09%
GREEN value IS 195 (76.56% from 255) = 40.71%
BLUE value IS 183 (71.88% from 255) = 38.20%
R=21.09%
G=40.71%
B=38.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951830.4800.060.24172.3443.9358.04
Hex65C3B7300618ac2c3a
Octal1453032676006302545472
Binary1100101110000111011011111000001101100010101100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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