#024E43

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

Shades of Cyprus #024E43

Tints of Cyprus #024E43

Color information

#024E43 (or 0x024E43) is unknown color: approx Cyprus. HEX triplet: 02, 4E and 43. RGB value is (2,78,67). Sum of RGB (Red+Green+Blue) = 2+78+67=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #024E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E43 is #FDB1BC. Grayscale: #353535. Windows color (decimal): -16626109 or 4410882. OLE color: 4410882.

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

Color convert

RGB27867-
CMYK0.9700.140.69
HSL171.32º95%15.69%-
HSV(B)171.32º97.44%30.59%-
XYZ3.765.876.24-
YUV54.02135.3290.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 78 (30.86% from 255) = 53.06%
BLUE value IS 67 (26.56% from 255) = 45.58%
R=1.36%
G=53.06%
B=45.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal278670.9700.140.69171.329515.69
Hex24E43610E45ab5f10
Octal211610314101610525313720
Binary1010011101000011110000101110100010110101011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024E43; }

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

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

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

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

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

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

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

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