Html Css Color HEX #48D0AB Shamrock

📋 copy color: '#48D0AB'

red 72 ◦ green 208 ◦ blue 171

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

Shades of Shamrock #48D0AB

Tints of Shamrock #48D0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.12%

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

R = 15.96%
G = 46.12%
B = 37.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#48D0AB (or 0x48D0AB) is known color: Shamrock. HEX triplet: 48, D0 and AB. RGB value is (72,208,171). Sum of RGB (Red+Green+Blue) = 72+208+171=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #48D0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D0AB is #B72F54. Grayscale: #A3A3A3. Windows color (decimal): -12005205 or 11259976. OLE color: 11259976.

HSL color Cylindrical-coordinate representation of color #48D0AB: hue angle of 163.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D0AB is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 208 171 -
CMYK 0.65 0 0.18 0.18
HSL 163.68º 0.59% 0.55% -
HSV(B) 163.68º 0.65% 0.82% -
XYZ 32.58 49.43 46.35 -
YUV 163.12 132.44 63.01 -
System Red Green Blue C M Y K H S L
Decimal 72 208 171 0.65 0 0.18 0.18 163.68 0.59 0.55
Hex 48 D0 AB 41 0 12 12 A4 3B 37
Octal 110 320 253 101 0 22 22 244 73 67
Binary 1001000 11010000 10101011 1000001 0 10010 10010 10100100 111011 110111

Color Harmonies of #48D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D0AB

Black with #48D0AB

Text Example


Text Example

White with #48D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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