Html Css Color HEX #48DFAC Shamrock

📋 copy color: '#48DFAC'

red 72 ◦ green 223 ◦ blue 172

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

Shades of Shamrock #48DFAC

Tints of Shamrock #48DFAC

RGB

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

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

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

R = 15.42%
G = 47.75%
B = 36.83%

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

#48DFAC (or 0x48DFAC) is known color: Shamrock. HEX triplet: 48, DF and AC. RGB value is (72,223,172). Sum of RGB (Red+Green+Blue) = 72+223+172=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #48DFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DFAC is #B72053. Grayscale: #ACACAC. Windows color (decimal): -12001364 or 11329352. OLE color: 11329352.

HSL color Cylindrical-coordinate representation of color #48DFAC: hue angle of 159.74º 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 #48DFAC is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 172 -
CMYK 0.68 0 0.23 0.13
HSL 159.74º 0.7% 0.58% -
HSV(B) 159.74º 0.68% 0.87% -
XYZ 36.51 57.13 48.13 -
YUV 172.04 127.97 56.65 -
System Red Green Blue C M Y K H S L
Decimal 72 223 172 0.68 0 0.23 0.13 159.74 0.7 0.58
Hex 48 DF AC 44 0 17 D A0 46 3A
Octal 110 337 254 104 0 27 15 240 106 72
Binary 1001000 11011111 10101100 1000100 0 10111 1101 10100000 1000110 111010

Color Harmonies of #48DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DFAC

Black with #48DFAC

Text Example


Text Example

White with #48DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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