#155148

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

Shades of Cyprus #155148

Tints of Cyprus #155148

Color information

#155148 (or 0x155148) is unknown color: approx Cyprus. HEX triplet: 15, 51 and 48. RGB value is (21,81,72). Sum of RGB (Red+Green+Blue) = 21+81+72=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #155148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155148 is #EAAEB7. Grayscale: #3E3E3E. Windows color (decimal): -15380152 or 4739349. OLE color: 4739349.

HSL color Cylindrical-coordinate representation of color #155148: hue angle of 171º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155148 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB218172-
CMYK0.7400.110.68
HSL171º58.82%20%-
HSV(B)171º74.07%31.76%-
XYZ4.426.517.15-
YUV62.03133.6298.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 81 (32.03% from 255) = 46.55%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=12.07%
G=46.55%
B=41.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2181720.7400.110.6817158.8220
Hex1551484A0B44ab3b14
Octal251211101120131042537324
Binary101011010001100100010010100101110001001010101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155148; }

 p { color: rgb(21,81,72); }

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

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

 a { background-color: rgb(21,81,72); }

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

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

 span { border-color: rgb(21,81,72); }

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