Html Css Color HEX #48F0A2 Shamrock

📋 copy color: '#48F0A2'

red 72 ◦ green 240 ◦ blue 162

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

Shades of Shamrock #48F0A2

Tints of Shamrock #48F0A2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.63%

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 15.19%
G = 50.63%
B = 34.18%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#48F0A2 (or 0x48F0A2) is known color: Shamrock. HEX triplet: 48, F0 and A2. RGB value is (72,240,162). Sum of RGB (Red+Green+Blue) = 72+240+162=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #48F0A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F0A2 is #B70F5D. Grayscale: #B5B5B5. Windows color (decimal): -11997022 or 10678344. OLE color: 10678344.

HSL color Cylindrical-coordinate representation of color #48F0A2: hue angle of 152.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F0A2 is Cyan = 0.7, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 240 162 -
CMYK 0.7 0 0.32 0.06
HSL 152.14º 0.85% 0.61% -
HSV(B) 152.14º 0.7% 0.94% -
XYZ 40.35 66.31 44.85 -
YUV 180.88 117.34 50.34 -
System Red Green Blue C M Y K H S L
Decimal 72 240 162 0.7 0 0.32 0.06 152.14 0.85 0.61
Hex 48 F0 A2 46 0 20 6 98 55 3D
Octal 110 360 242 106 0 40 6 230 125 75
Binary 1001000 11110000 10100010 1000110 0 100000 110 10011000 1010101 111101

Color Harmonies of #48F0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F0A2

Black with #48F0A2

Text Example


Text Example

White with #48F0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,240,162); }

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

background-color css

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

 a { background-color: rgb(72,240,162); }

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

border-color css

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

 span { border-color: rgb(72,240,162); }

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