#025543

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

Shades of Cyprus #025543

Tints of Cyprus #025543

Color information

#025543 (or 0x025543) is unknown color: approx Cyprus. HEX triplet: 02, 55 and 43. RGB value is (2,85,67). Sum of RGB (Red+Green+Blue) = 2+85+67=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #025543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025543 is #FDAABC. Grayscale: #3A3A3A. Windows color (decimal): -16624317 or 4412674. OLE color: 4412674.

HSL color Cylindrical-coordinate representation of color #025543: hue angle of 166.99º 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 #025543 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB28567-
CMYK0.9800.210.67
HSL166.99º95.4%17.06%-
HSV(B)166.99º97.65%33.33%-
XYZ4.296.926.42-
YUV58.1313387.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 85 (33.59% from 255) = 55.19%
BLUE value IS 67 (26.56% from 255) = 43.51%
R=1.30%
G=55.19%
B=43.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285670.9800.210.67166.9995.417.06
Hex255436201543a75f11
Octal212510314202510324713721
Binary10101010110000111100010010101100001110100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025543; }

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

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

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

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

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

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

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

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