Html Css Color HEX #48DAAB Shamrock

📋 copy color: '#48DAAB'

red 72 ◦ green 218 ◦ blue 171

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

Shades of Shamrock #48DAAB

Tints of Shamrock #48DAAB

RGB

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

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

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

R = 15.62%
G = 47.29%
B = 37.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#48DAAB (or 0x48DAAB) is known color: Shamrock. HEX triplet: 48, DA and AB. RGB value is (72,218,171). Sum of RGB (Red+Green+Blue) = 72+218+171=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #48DAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DAAB is #B72554. Grayscale: #A9A9A9. Windows color (decimal): -12002645 or 11262536. OLE color: 11262536.

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

Color convert

RGB 72 218 171 -
CMYK 0.67 0 0.22 0.15
HSL 160.68º 0.66% 0.57% -
HSV(B) 160.68º 0.67% 0.85% -
XYZ 35.09 54.46 47.19 -
YUV 168.99 129.13 58.82 -
System Red Green Blue C M Y K H S L
Decimal 72 218 171 0.67 0 0.22 0.15 160.68 0.66 0.57
Hex 48 DA AB 43 0 16 F A1 42 39
Octal 110 332 253 103 0 26 17 241 102 71
Binary 1001000 11011010 10101011 1000011 0 10110 1111 10100001 1000010 111001

Color Harmonies of #48DAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DAAB

Black with #48DAAB

Text Example


Text Example

White with #48DAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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