Html Css Color HEX #48E6AA Shamrock

📋 copy color: '#48E6AA'

red 72 ◦ green 230 ◦ blue 170

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

Shades of Shamrock #48E6AA

Tints of Shamrock #48E6AA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.73%

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

R = 15.25%
G = 48.73%
B = 36.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#48E6AA (or 0x48E6AA) is known color: Shamrock. HEX triplet: 48, E6 and AA. RGB value is (72,230,170). Sum of RGB (Red+Green+Blue) = 72+230+170=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E6AA is #B71955. Grayscale: #AFAFAF. Windows color (decimal): -11999574 or 11200072. OLE color: 11200072.

HSL color Cylindrical-coordinate representation of color #48E6AA: hue angle of 157.22º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E6AA is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 230 170 -
CMYK 0.69 0 0.26 0.10
HSL 157.22º 0.76% 0.59% -
HSV(B) 157.22º 0.69% 0.9% -
XYZ 38.23 60.87 47.77 -
YUV 175.92 124.65 53.88 -
System Red Green Blue C M Y K H S L
Decimal 72 230 170 0.69 0 0.26 0.10 157.22 0.76 0.59
Hex 48 E6 AA 45 0 1A A 9D 4C 3B
Octal 110 346 252 105 0 32 12 235 114 73
Binary 1001000 11100110 10101010 1000101 0 11010 1010 10011101 1001100 111011

Color Harmonies of #48E6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E6AA

Black with #48E6AA

Text Example


Text Example

White with #48E6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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