#195451

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

Shades of Cyprus #195451

Tints of Cyprus #195451

Color information

#195451 (or 0x195451) is unknown color: approx Cyprus. HEX triplet: 19, 54 and 51. RGB value is (25,84,81). Sum of RGB (Red+Green+Blue) = 25+84+81=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #195451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195451 is #E6ABAE. Grayscale: #414141. Windows color (decimal): -15117231 or 5329945. OLE color: 5329945.

HSL color Cylindrical-coordinate representation of color #195451: hue angle of 176.95º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195451 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB258481-
CMYK0.7000.040.67
HSL176.95º54.13%21.37%-
HSV(B)176.95º70.24%32.94%-
XYZ5.067.148.9-
YUV66.02136.4598.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=13.16%
G=44.21%
B=42.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2584810.7000.040.67176.9554.1321.37
Hex195451460443b13615
Octal31124121106041032616625
Binary11001101010010100011000110010010000111011000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195451; }

 p { color: rgb(25,84,81); }

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

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

 a { background-color: rgb(25,84,81); }

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

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

 span { border-color: rgb(25,84,81); }

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