#48CB9C

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

Shades of Shamrock #48CB9C

Tints of Shamrock #48CB9C

Color information

#48CB9C (or 0x48CB9C) is unknown color: approx Shamrock. HEX triplet: 48, CB and 9C. RGB value is (72,203,156). Sum of RGB (Red+Green+Blue) = 72+203+156=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CB9C is #B73463. Grayscale: #9E9E9E. Windows color (decimal): -12006500 or 10275656. OLE color: 10275656.

HSL color Cylindrical-coordinate representation of color #48CB9C: hue angle of 158.47º 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 #48CB9C is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB72203156-
CMYK0.6500.230.20
HSL158.47º55.74%53.92%-
HSV(B)158.47º64.53%79.61%-
XYZ30.0346.4938.84-
YUV158.47126.666.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.71%
GREEN value IS 203 (79.69% from 255) = 47.10%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=16.71%
G=47.10%
B=36.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal722031560.6500.230.20158.4755.7453.92
Hex48CB9C41017149e3836
Octal110313234101027242367066
Binary1001000110010111001110010000010101111010010011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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