Html Css Color HEX #48F3A0 Shamrock

📋 copy color: '#48F3A0'

red 72 ◦ green 243 ◦ blue 160

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

Shades of Shamrock #48F3A0

Tints of Shamrock #48F3A0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.16%

 BLUE value IS 160 (62.89% from 255) = 33.68%

R = 15.16%
G = 51.16%
B = 33.68%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#48F3A0 (or 0x48F3A0) is known color: Shamrock. HEX triplet: 48, F3 and A0. RGB value is (72,243,160). Sum of RGB (Red+Green+Blue) = 72+243+160=475 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.16% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #48F3A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F3A0 is #B70C5F. Grayscale: #B6B6B6. Windows color (decimal): -11996256 or 10548040. OLE color: 10548040.

HSL color Cylindrical-coordinate representation of color #48F3A0: hue angle of 150.88º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F3A0 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 243 160 -
CMYK 0.70 0 0.34 0.05
HSL 150.88º 0.88% 0.62% -
HSV(B) 150.88º 0.7% 0.95% -
XYZ 41.07 68.02 44.22 -
YUV 182.41 115.35 49.25 -
System Red Green Blue C M Y K H S L
Decimal 72 243 160 0.70 0 0.34 0.05 150.88 0.88 0.62
Hex 48 F3 A0 46 0 22 5 97 58 3E
Octal 110 363 240 106 0 42 5 227 130 76
Binary 1001000 11110011 10100000 1000110 0 100010 101 10010111 1011000 111110

Color Harmonies of #48F3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F3A0

Black with #48F3A0

Text Example


Text Example

White with #48F3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,243,160); }

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

background-color css

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

 a { background-color: rgb(72,243,160); }

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

border-color css

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

 span { border-color: rgb(72,243,160); }

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