#48BE90

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

Shades of Shamrock #48BE90

Tints of Shamrock #48BE90

Color information

#48BE90 (or 0x48BE90) is unknown color: approx Shamrock. HEX triplet: 48, BE and 90. RGB value is (72,190,144). Sum of RGB (Red+Green+Blue) = 72+190+144=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BE90 is #B7416F. Grayscale: #959595. Windows color (decimal): -12009840 or 9485896. OLE color: 9485896.

HSL color Cylindrical-coordinate representation of color #48BE90: hue angle of 156.61º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BE90 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB72190144-
CMYK0.6200.240.25
HSL156.61º47.58%51.37%-
HSV(B)156.61º62.11%74.51%-
XYZ26.1240.2232.77-
YUV149.47124.9172.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=17.73%
G=46.80%
B=35.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721901440.6200.240.25156.6147.5851.37
Hex48BE903E018199d3033
Octal11027622076030312356063
Binary100100010111110100100001111100110001100110011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48BE90; }

 p { color: rgb(72,190,144); }

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

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

 a { background-color: rgb(72,190,144); }

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

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

 span { border-color: rgb(72,190,144); }

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