#204F60

Color #204F60 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #204F60

Tints of Arapawa #204F60

Color information

#204F60 (or 0x204F60) is unknown color: approx Arapawa. HEX triplet: 20, 4F and 60. RGB value is (32,79,96). Sum of RGB (Red+Green+Blue) = 32+79+96=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #204F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F60 is #DFB09F. Grayscale: #424242. Windows color (decimal): -14659744 or 6311712. OLE color: 6311712.

HSL color Cylindrical-coordinate representation of color #204F60: hue angle of 195.94º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #204F60 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB327996-
CMYK0.670.1800.62
HSL195.94º50%25.1%-
HSV(B)195.94º66.67%37.65%-
XYZ5.56.7412.08-
YUV66.88144.43103.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=15.46%
G=38.16%
B=46.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3279960.670.1800.62195.945025.1
Hex204F60431203Ec43219
Octal40117140103220763046231
Binary1000001001111110000010000111001001111101100010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204F60; }

 p { color: rgb(32,79,96); }

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

<style>
 a { background-color: #204F60; }

 a { background-color: rgb(32,79,96); }

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

<style>
 span { border-color: #204F60; }

 span { border-color: rgb(32,79,96); }

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