#025544

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

Shades of Cyprus #025544

Tints of Cyprus #025544

Color information

#025544 (or 0x025544) is unknown color: approx Cyprus. HEX triplet: 02, 55 and 44. RGB value is (2,85,68). Sum of RGB (Red+Green+Blue) = 2+85+68=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #025544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025544 is #FDAABB. Grayscale: #3A3A3A. Windows color (decimal): -16624316 or 4478210. OLE color: 4478210.

HSL color Cylindrical-coordinate representation of color #025544: hue angle of 167.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025544 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB28568-
CMYK0.9800.200.67
HSL167.71º95.4%17.06%-
HSV(B)167.71º97.65%33.33%-
XYZ4.326.936.58-
YUV58.24133.587.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 68 (26.95% from 255) = 43.87%
R=1.29%
G=54.84%
B=43.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285680.9800.200.67167.7195.417.06
Hex255446201443a85f11
Octal212510414202410325013721
Binary10101010110001001100010010100100001110101000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025544; }

 p { color: rgb(2,85,68); }

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

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

 a { background-color: rgb(2,85,68); }

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

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

 span { border-color: rgb(2,85,68); }

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