#025645

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

Shades of Cyprus #025645

Tints of Cyprus #025645

Color information

#025645 (or 0x025645) is unknown color: approx Cyprus. HEX triplet: 02, 56 and 45. RGB value is (2,86,69). Sum of RGB (Red+Green+Blue) = 2+86+69=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #025645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025645 is #FDA9BA. Grayscale: #3A3A3A. Windows color (decimal): -16624059 or 4544002. OLE color: 4544002.

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

Color convert

RGB28669-
CMYK0.9800.200.66
HSL167.86º95.45%17.25%-
HSV(B)167.86º97.67%33.73%-
XYZ4.437.16.77-
YUV58.95133.6787.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 86 (33.98% from 255) = 54.78%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=1.27%
G=54.78%
B=43.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286690.9800.200.66167.8695.4517.25
Hex256456201442a85f11
Octal212610514202410225013721
Binary10101011010001011100010010100100001010101000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025645; }

 p { color: rgb(2,86,69); }

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

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

 a { background-color: rgb(2,86,69); }

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

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

 span { border-color: rgb(2,86,69); }

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