Html Css Color HEX #48DFAB Shamrock

📋 copy color: '#48DFAB'

red 72 ◦ green 223 ◦ blue 171

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

Shades of Shamrock #48DFAB

Tints of Shamrock #48DFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 15.45%
G = 47.85%
B = 36.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#48DFAB (or 0x48DFAB) is known color: Shamrock. HEX triplet: 48, DF and AB. RGB value is (72,223,171). Sum of RGB (Red+Green+Blue) = 72+223+171=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DFAB is #B72054. Grayscale: #ABABAB. Windows color (decimal): -12001365 or 11263816. OLE color: 11263816.

HSL color Cylindrical-coordinate representation of color #48DFAB: hue angle of 159.34º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DFAB is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 171 -
CMYK 0.68 0 0.23 0.13
HSL 159.34º 0.7% 0.58% -
HSV(B) 159.34º 0.68% 0.87% -
XYZ 36.41 57.09 47.63 -
YUV 171.92 127.47 56.73 -
System Red Green Blue C M Y K H S L
Decimal 72 223 171 0.68 0 0.23 0.13 159.34 0.7 0.58
Hex 48 DF AB 44 0 17 D 9F 46 3A
Octal 110 337 253 104 0 27 15 237 106 72
Binary 1001000 11011111 10101011 1000100 0 10111 1101 10011111 1000110 111010

Color Harmonies of #48DFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DFAB

Black with #48DFAB

Text Example


Text Example

White with #48DFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,223,171); }

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

background-color css

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

 a { background-color: rgb(72,223,171); }

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

border-color css

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

 span { border-color: rgb(72,223,171); }

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