Html Css Color HEX #48F2AC Shamrock

📋 copy color: '#48F2AC'

red 72 ◦ green 242 ◦ blue 172

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

Shades of Shamrock #48F2AC

Tints of Shamrock #48F2AC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.79%

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 14.81%
G = 49.79%
B = 35.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#48F2AC (or 0x48F2AC) is known color: Shamrock. HEX triplet: 48, F2 and AC. RGB value is (72,242,172). Sum of RGB (Red+Green+Blue) = 72+242+172=486 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.81% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F2AC is #B70D53. Grayscale: #B7B7B7. Windows color (decimal): -11996500 or 11334216. OLE color: 11334216.

HSL color Cylindrical-coordinate representation of color #48F2AC: hue angle of 155.29º degrees, saturation: 0.87, 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 #48F2AC is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 242 172 -
CMYK 0.70 0 0.29 0.05
HSL 155.29º 0.87% 0.62% -
HSV(B) 155.29º 0.7% 0.95% -
XYZ 41.87 67.86 49.92 -
YUV 183.19 121.68 48.69 -
System Red Green Blue C M Y K H S L
Decimal 72 242 172 0.70 0 0.29 0.05 155.29 0.87 0.62
Hex 48 F2 AC 46 0 1D 5 9B 57 3E
Octal 110 362 254 106 0 35 5 233 127 76
Binary 1001000 11110010 10101100 1000110 0 11101 101 10011011 1010111 111110

Color Harmonies of #48F2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F2AC

Black with #48F2AC

Text Example


Text Example

White with #48F2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,242,172); }

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

background-color css

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

 a { background-color: rgb(72,242,172); }

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

border-color css

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

 span { border-color: rgb(72,242,172); }

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