Html Css Color HEX #48EC9F Shamrock

📋 copy color: '#48EC9F'

red 72 ◦ green 236 ◦ blue 159

#48EC9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #48EC9F

Tints of Shamrock #48EC9F

RGB

 RED value IS 72 (28.52% from 255) = 15.42%

 GREEN value IS 236 (92.58% from 255) = 50.54%

 BLUE value IS 159 (62.5% from 255) = 34.05%

R = 15.42%
G = 50.54%
B = 34.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#48EC9F (or 0x48EC9F) is known color: Shamrock. HEX triplet: 48, EC and 9F. RGB value is (72,236,159). Sum of RGB (Red+Green+Blue) = 72+236+159=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EC9F is #B71360. Grayscale: #B2B2B2. Windows color (decimal): -11998049 or 10480712. OLE color: 10480712.

HSL color Cylindrical-coordinate representation of color #48EC9F: hue angle of 151.83º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EC9F is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 159 -
CMYK 0.69 0 0.33 0.07
HSL 151.83º 0.81% 0.6% -
HSV(B) 151.83º 0.69% 0.93% -
XYZ 38.93 63.87 43.08 -
YUV 178.19 117.17 52.26 -
System Red Green Blue C M Y K H S L
Decimal 72 236 159 0.69 0 0.33 0.07 151.83 0.81 0.6
Hex 48 EC 9F 45 0 21 7 98 51 3C
Octal 110 354 237 105 0 41 7 230 121 74
Binary 1001000 11101100 10011111 1000101 0 100001 111 10011000 1010001 111100

Color Harmonies of #48EC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC9F

Black with #48EC9F

Text Example


Text Example

White with #48EC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,236,159); }

 H1.HeaderClassName
 {
   color: #48EC9F;
 }
 .AnyTagClassName
 {
   color: #48EC9F;
 }
</style>

background-color css

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

 a { background-color: rgb(72,236,159); }

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

border-color css

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

 span { border-color: rgb(72,236,159); }

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