#154E4B

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

Shades of Cyprus #154E4B

Tints of Cyprus #154E4B

Color information

#154E4B (or 0x154E4B) is unknown color: approx Cyprus. HEX triplet: 15, 4E and 4B. RGB value is (21,78,75). Sum of RGB (Red+Green+Blue) = 21+78+75=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #154E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E4B is #EAB1B4. Grayscale: #3C3C3C. Windows color (decimal): -15380917 or 4935189. OLE color: 4935189.

HSL color Cylindrical-coordinate representation of color #154E4B: hue angle of 176.84º 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 #154E4B is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB217875-
CMYK0.7300.040.69
HSL176.84º57.58%19.41%-
HSV(B)176.84º73.08%30.59%-
XYZ4.36.127.61-
YUV60.61136.1299.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 78 (30.86% from 255) = 44.83%
BLUE value IS 75 (29.69% from 255) = 43.10%
R=12.07%
G=44.83%
B=43.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2178750.7300.040.69176.8457.5819.41
Hex154E4B490445b13a13
Octal25116113111041052617223
Binary10101100111010010111001001010010001011011000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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