#025043

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

Shades of Cyprus #025043

Tints of Cyprus #025043

Color information

#025043 (or 0x025043) is unknown color: approx Cyprus. HEX triplet: 02, 50 and 43. RGB value is (2,80,67). Sum of RGB (Red+Green+Blue) = 2+80+67=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #025043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025043 is #FDAFBC. Grayscale: #373737. Windows color (decimal): -16625597 or 4411394. OLE color: 4411394.

HSL color Cylindrical-coordinate representation of color #025043: hue angle of 170º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025043 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB28067-
CMYK0.9800.160.69
HSL170º95.12%16.08%-
HSV(B)170º97.5%31.37%-
XYZ3.916.166.29-
YUV55.2134.6690.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 67 (26.56% from 255) = 44.97%
R=1.34%
G=53.69%
B=44.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280670.9800.160.6917095.1216.08
Hex250436201045aa5f10
Octal212010314202010525213720
Binary10101000010000111100010010000100010110101010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025043; }

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

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

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

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

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

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

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

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