Html Css Color HEX #48DAAC Shamrock

📋 copy color: '#48DAAC'

red 72 ◦ green 218 ◦ blue 172

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

Shades of Shamrock #48DAAC

Tints of Shamrock #48DAAC

RGB

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

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

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

R = 15.58%
G = 47.19%
B = 37.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#48DAAC (or 0x48DAAC) is known color: Shamrock. HEX triplet: 48, DA and AC. RGB value is (72,218,172). Sum of RGB (Red+Green+Blue) = 72+218+172=462 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.58% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #48DAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DAAC is #B72553. Grayscale: #A9A9A9. Windows color (decimal): -12002644 or 11328072. OLE color: 11328072.

HSL color Cylindrical-coordinate representation of color #48DAAC: hue angle of 161.1º 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 #48DAAC is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 218 172 -
CMYK 0.67 0 0.21 0.15
HSL 161.1º 0.66% 0.57% -
HSV(B) 161.1º 0.67% 0.85% -
XYZ 35.19 54.5 47.69 -
YUV 169.1 129.63 58.74 -
System Red Green Blue C M Y K H S L
Decimal 72 218 172 0.67 0 0.21 0.15 161.1 0.66 0.57
Hex 48 DA AC 43 0 15 F A1 42 39
Octal 110 332 254 103 0 25 17 241 102 71
Binary 1001000 11011010 10101100 1000011 0 10101 1111 10100001 1000010 111001

Color Harmonies of #48DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DAAC

Black with #48DAAC

Text Example


Text Example

White with #48DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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