#154B4F

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

Shades of Cyprus #154B4F

Tints of Cyprus #154B4F

Color information

#154B4F (or 0x154B4F) is unknown color: approx Cyprus. HEX triplet: 15, 4B and 4F. RGB value is (21,75,79). Sum of RGB (Red+Green+Blue) = 21+75+79=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #154B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B4F is #EAB4B0. Grayscale: #3B3B3B. Windows color (decimal): -15381681 or 5196565. OLE color: 5196565.

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

Color convert

RGB217579-
CMYK0.730.0500.69
HSL184.14º58%19.61%-
HSV(B)184.14º73.42%30.98%-
XYZ4.245.768.28-
YUV59.31139.11100.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 75 (29.69% from 255) = 42.86%
BLUE value IS 79 (31.25% from 255) = 45.14%
R=12%
G=42.86%
B=45.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2175790.730.0500.69184.145819.61
Hex154B4F495045b83a14
Octal25113117111501052707224
Binary10101100101110011111001001101010001011011100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,75,79); }

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

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

 a { background-color: rgb(21,75,79); }

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

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

 span { border-color: rgb(21,75,79); }

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