#65C6C1

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

Shades of Downy #65C6C1

Tints of Downy #65C6C1

Color information

#65C6C1 (or 0x65C6C1) is unknown color: approx Downy. HEX triplet: 65, C6 and C1. RGB value is (101,198,193). Sum of RGB (Red+Green+Blue) = 101+198+193=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #65C6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C6C1 is #9A393E. Grayscale: #A8A8A8. Windows color (decimal): -10107199 or 12699237. OLE color: 12699237.

HSL color Cylindrical-coordinate representation of color #65C6C1: hue angle of 176.91º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C6C1 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB101198193-
CMYK0.4900.030.22
HSL176.91º45.97%58.63%-
HSV(B)176.91º48.99%77.65%-
XYZ35.1947.0157.67-
YUV168.43141.8679.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.53%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=20.53%
G=40.24%
B=39.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011981930.4900.030.22176.9145.9758.63
Hex65C6C1310316b12e3b
Octal1453063016103262615673
Binary110010111000110110000011100010111011010110001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,198,193); }

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

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

 a { background-color: rgb(101,198,193); }

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

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

 span { border-color: rgb(101,198,193); }

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