Html Css Color HEX #025040 Cyprus

📋 copy color: '#025040'

red 2 ◦ green 80 ◦ blue 64

#025040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #025040

Tints of Cyprus #025040

RGB

 RED value IS 2 (1.17% from 255) = 1.37%

 GREEN value IS 80 (31.64% from 255) = 54.79%

 BLUE value IS 64 (25.39% from 255) = 43.84%

R = 1.37%
G = 54.79%
B = 43.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#025040 (or 0x025040) is known color: Cyprus. HEX triplet: 02, 50 and 40. RGB value is (2,80,64). Sum of RGB (Red+Green+Blue) = 2+80+64=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #025040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025040 is #FDAFBF. Grayscale: #363636. Windows color (decimal): -16625600 or 4214786. OLE color: 4214786.

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

Color convert

RGB 2 80 64 -
CMYK 0.98 0 0.20 0.69
HSL 167.69º 0.95% 0.16% -
HSV(B) 167.69º 0.98% 0.31% -
XYZ 3.82 6.12 5.83 -
YUV 54.85 133.16 90.3 -
System Red Green Blue C M Y K H S L
Decimal 2 80 64 0.98 0 0.20 0.69 167.69 0.95 0.16
Hex 2 50 40 62 0 14 45 A8 5F 10
Octal 2 120 100 142 0 24 105 250 137 20
Binary 10 1010000 1000000 1100010 0 10100 1000101 10101000 1011111 10000

Color Harmonies of #025040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025040

Black with #025040

Text Example


Text Example

White with #025040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025040; }

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

 H1.HeaderClassName
 {
   color: #025040;
 }
 .AnyTagClassName
 {
   color: #025040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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