Html Css Color HEX #48EFAC Shamrock

📋 copy color: '#48EFAC'

red 72 ◦ green 239 ◦ blue 172

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

Shades of Shamrock #48EFAC

Tints of Shamrock #48EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.48%

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

R = 14.91%
G = 49.48%
B = 35.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#48EFAC (or 0x48EFAC) is known color: Shamrock. HEX triplet: 48, EF and AC. RGB value is (72,239,172). Sum of RGB (Red+Green+Blue) = 72+239+172=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #48EFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EFAC is #B71053. Grayscale: #B5B5B5. Windows color (decimal): -11997268 or 11333448. OLE color: 11333448.

HSL color Cylindrical-coordinate representation of color #48EFAC: hue angle of 155.93º degrees, saturation: 0.84, 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 #48EFAC is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 239 172 -
CMYK 0.70 0 0.28 0.06
HSL 155.93º 0.84% 0.61% -
HSV(B) 155.93º 0.7% 0.94% -
XYZ 40.99 66.09 49.63 -
YUV 181.43 122.67 49.95 -
System Red Green Blue C M Y K H S L
Decimal 72 239 172 0.70 0 0.28 0.06 155.93 0.84 0.61
Hex 48 EF AC 46 0 1C 6 9C 54 3D
Octal 110 357 254 106 0 34 6 234 124 75
Binary 1001000 11101111 10101100 1000110 0 11100 110 10011100 1010100 111101

Color Harmonies of #48EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EFAC

Black with #48EFAC

Text Example


Text Example

White with #48EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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