#1A5250

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

Shades of Cyprus #1A5250

Tints of Cyprus #1A5250

Color information

#1A5250 (or 0x1A5250) is unknown color: approx Cyprus. HEX triplet: 1A, 52 and 50. RGB value is (26,82,80). Sum of RGB (Red+Green+Blue) = 26+82+80=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #1A5250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5250 is #E5ADAF. Grayscale: #404040. Windows color (decimal): -15052208 or 5263898. OLE color: 5263898.

HSL color Cylindrical-coordinate representation of color #1A5250: hue angle of 177.86º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A5250 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB268280-
CMYK0.6800.020.68
HSL177.86º51.85%21.18%-
HSV(B)177.86º68.29%32.16%-
XYZ4.896.838.65-
YUV65.03136.45100.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.83%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=13.83%
G=43.62%
B=42.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2682800.6800.020.68177.8651.8521.18
Hex1A5250440244b23415
Octal32122120104021042626425
Binary1101010100101010000100010001010001001011001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5250; }

 p { color: rgb(26,82,80); }

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

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

 a { background-color: rgb(26,82,80); }

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

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

 span { border-color: rgb(26,82,80); }

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