#65C3BD

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

Shades of Downy #65C3BD

Tints of Downy #65C3BD

Color information

#65C3BD (or 0x65C3BD) is unknown color: approx Downy. HEX triplet: 65, C3 and BD. RGB value is (101,195,189). Sum of RGB (Red+Green+Blue) = 101+195+189=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C3BD is #9A3C42. Grayscale: #A6A6A6. Windows color (decimal): -10107971 or 12436325. OLE color: 12436325.

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

Color convert

RGB101195189-
CMYK0.4800.030.24
HSL176.17º43.93%58.04%-
HSV(B)176.17º48.21%76.47%-
XYZ34.0745.4755.13-
YUV166.21140.8681.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.82%
GREEN value IS 195 (76.56% from 255) = 40.21%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=20.82%
G=40.21%
B=38.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951890.4800.030.24176.1743.9358.04
Hex65C3BD300318b02c3a
Octal1453032756003302605472
Binary110010111000011101111011100000111100010110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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