#154E4C

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

Shades of Cyprus #154E4C

Tints of Cyprus #154E4C

Color information

#154E4C (or 0x154E4C) is unknown color: approx Cyprus. HEX triplet: 15, 4E and 4C. RGB value is (21,78,76). Sum of RGB (Red+Green+Blue) = 21+78+76=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #154E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E4C is #EAB1B3. Grayscale: #3C3C3C. Windows color (decimal): -15380916 or 5000725. OLE color: 5000725.

HSL color Cylindrical-coordinate representation of color #154E4C: hue angle of 177.89º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154E4C is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB217876-
CMYK0.7300.030.69
HSL177.89º57.58%19.41%-
HSV(B)177.89º73.08%30.59%-
XYZ4.346.137.79-
YUV60.73136.6299.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 78 (30.86% from 255) = 44.57%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=12%
G=44.57%
B=43.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2178760.7300.030.69177.8957.5819.41
Hex154E4C490345b23a13
Octal25116114111031052627223
Binary1010110011101001100100100101110001011011001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154E4C; }

 p { color: rgb(21,78,76); }

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

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

 a { background-color: rgb(21,78,76); }

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

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

 span { border-color: rgb(21,78,76); }

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