#48CB94

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

Shades of Shamrock #48CB94

Tints of Shamrock #48CB94

Color information

#48CB94 (or 0x48CB94) is unknown color: approx Shamrock. HEX triplet: 48, CB and 94. RGB value is (72,203,148). Sum of RGB (Red+Green+Blue) = 72+203+148=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CB94 is #B7346B. Grayscale: #9D9D9D. Windows color (decimal): -12006508 or 9751368. OLE color: 9751368.

HSL color Cylindrical-coordinate representation of color #48CB94: hue angle of 154.81º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CB94 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB72203148-
CMYK0.6500.270.20
HSL154.81º55.74%53.92%-
HSV(B)154.81º64.53%79.61%-
XYZ29.3746.2335.39-
YUV157.56122.666.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.02%
GREEN value IS 203 (79.69% from 255) = 47.99%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=17.02%
G=47.99%
B=34.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal722031480.6500.270.20154.8155.7453.92
Hex48CB944101B149b3836
Octal110313224101033242337066
Binary1001000110010111001010010000010110111010010011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,203,148); }

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

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

 a { background-color: rgb(72,203,148); }

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

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

 span { border-color: rgb(72,203,148); }

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