Html Css Color HEX #48DAA2 Shamrock

📋 copy color: '#48DAA2'

red 72 ◦ green 218 ◦ blue 162

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

Shades of Shamrock #48DAA2

Tints of Shamrock #48DAA2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.23%

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

R = 15.93%
G = 48.23%
B = 35.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#48DAA2 (or 0x48DAA2) is known color: Shamrock. HEX triplet: 48, DA and A2. RGB value is (72,218,162). Sum of RGB (Red+Green+Blue) = 72+218+162=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #48DAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DAA2 is #B7255D. Grayscale: #A8A8A8. Windows color (decimal): -12002654 or 10672712. OLE color: 10672712.

HSL color Cylindrical-coordinate representation of color #48DAA2: hue angle of 156.99º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DAA2 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 218 162 -
CMYK 0.67 0 0.26 0.15
HSL 156.99º 0.66% 0.57% -
HSV(B) 156.99º 0.67% 0.85% -
XYZ 34.27 54.13 42.82 -
YUV 167.96 124.63 59.55 -
System Red Green Blue C M Y K H S L
Decimal 72 218 162 0.67 0 0.26 0.15 156.99 0.66 0.57
Hex 48 DA A2 43 0 1A F 9D 42 39
Octal 110 332 242 103 0 32 17 235 102 71
Binary 1001000 11011010 10100010 1000011 0 11010 1111 10011101 1000010 111001

Color Harmonies of #48DAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DAA2

Black with #48DAA2

Text Example


Text Example

White with #48DAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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