#025443

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

Shades of Cyprus #025443

Tints of Cyprus #025443

Color information

#025443 (or 0x025443) is unknown color: approx Cyprus. HEX triplet: 02, 54 and 43. RGB value is (2,84,67). Sum of RGB (Red+Green+Blue) = 2+84+67=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #025443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025443 is #FDABBC. Grayscale: #393939. Windows color (decimal): -16624573 or 4412418. OLE color: 4412418.

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

Color convert

RGB28467-
CMYK0.9800.200.67
HSL167.56º95.35%16.86%-
HSV(B)167.56º97.62%32.94%-
XYZ4.216.766.39-
YUV57.54133.3388.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 84 (33.20% from 255) = 54.90%
BLUE value IS 67 (26.56% from 255) = 43.79%
R=1.31%
G=54.90%
B=43.79%

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
Decimal284670.9800.200.67167.5695.3516.86
Hex254436201443a85f11
Octal212410314202410325013721
Binary10101010010000111100010010100100001110101000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025443; }

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

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

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

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

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

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

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

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