#154C4B

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

Shades of Cyprus #154C4B

Tints of Cyprus #154C4B

Color information

#154C4B (or 0x154C4B) is unknown color: approx Cyprus. HEX triplet: 15, 4C and 4B. RGB value is (21,76,75). Sum of RGB (Red+Green+Blue) = 21+76+75=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #154C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C4B is #EAB3B4. Grayscale: #3B3B3B. Windows color (decimal): -15381429 or 4934677. OLE color: 4934677.

HSL color Cylindrical-coordinate representation of color #154C4B: hue angle of 178.91º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C4B is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB217675-
CMYK0.7200.010.70
HSL178.91º56.7%19.02%-
HSV(B)178.91º72.37%29.8%-
XYZ4.165.847.56-
YUV59.44136.78100.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 76 (30.08% from 255) = 44.19%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=12.21%
G=44.19%
B=43.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2176750.7200.010.70178.9156.719.02
Hex154C4B480146b33913
Octal25114113110011062637123
Binary101011001100100101110010000110001101011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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