Html Css Color HEX #48F2AA Shamrock

📋 copy color: '#48F2AA'

red 72 ◦ green 242 ◦ blue 170

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

Shades of Shamrock #48F2AA

Tints of Shamrock #48F2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.12%

R = 14.88%
G = 50%
B = 35.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#48F2AA (or 0x48F2AA) is known color: Shamrock. HEX triplet: 48, F2 and AA. RGB value is (72,242,170). Sum of RGB (Red+Green+Blue) = 72+242+170=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F2AA is #B70D55. Grayscale: #B7B7B7. Windows color (decimal): -11996502 or 11203144. OLE color: 11203144.

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

Color convert

RGB 72 242 170 -
CMYK 0.70 0 0.30 0.05
HSL 154.59º 0.87% 0.62% -
HSV(B) 154.59º 0.7% 0.95% -
XYZ 41.68 67.78 48.92 -
YUV 182.96 120.68 48.85 -
System Red Green Blue C M Y K H S L
Decimal 72 242 170 0.70 0 0.30 0.05 154.59 0.87 0.62
Hex 48 F2 AA 46 0 1E 5 9B 57 3E
Octal 110 362 252 106 0 36 5 233 127 76
Binary 1001000 11110010 10101010 1000110 0 11110 101 10011011 1010111 111110

Color Harmonies of #48F2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F2AA

Black with #48F2AA

Text Example


Text Example

White with #48F2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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