#154B50

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

Shades of Cyprus #154B50

Tints of Cyprus #154B50

Color information

#154B50 (or 0x154B50) is unknown color: approx Cyprus. HEX triplet: 15, 4B and 50. RGB value is (21,75,80). Sum of RGB (Red+Green+Blue) = 21+75+80=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #154B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B50 is #EAB4AF. Grayscale: #3B3B3B. Windows color (decimal): -15381680 or 5262101. OLE color: 5262101.

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

Color convert

RGB217580-
CMYK0.740.0600.69
HSL185.08º58.42%19.8%-
HSV(B)185.08º73.75%31.37%-
XYZ4.275.778.48-
YUV59.42139.61100.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=11.93%
G=42.61%
B=45.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2175800.740.0600.69185.0858.4219.8
Hex154B504A6045b93a14
Octal25113120112601052717224
Binary10101100101110100001001010110010001011011100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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