#48CA9E

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

Shades of Shamrock #48CA9E

Tints of Shamrock #48CA9E

Color information

#48CA9E (or 0x48CA9E) is unknown color: approx Shamrock. HEX triplet: 48, CA and 9E. RGB value is (72,202,158). Sum of RGB (Red+Green+Blue) = 72+202+158=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CA9E is #B73561. Grayscale: #9E9E9E. Windows color (decimal): -12006754 or 10406472. OLE color: 10406472.

HSL color Cylindrical-coordinate representation of color #48CA9E: hue angle of 159.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48CA9E is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB72202158-
CMYK0.6400.220.21
HSL159.69º55.08%53.73%-
HSV(B)159.69º64.36%79.22%-
XYZ29.9646.0939.66-
YUV158.11127.9366.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.67%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=16.67%
G=46.76%
B=36.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal722021580.6400.220.21159.6955.0853.73
Hex48CA9E4001615a03736
Octal110312236100026252406766
Binary1001000110010101001111010000000101101010110100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,202,158); }

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

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

 a { background-color: rgb(72,202,158); }

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

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

 span { border-color: rgb(72,202,158); }

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