Html Css Color HEX #48DEA6 Shamrock

📋 copy color: '#48DEA6'

red 72 ◦ green 222 ◦ blue 166

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

Shades of Shamrock #48DEA6

Tints of Shamrock #48DEA6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.26%

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 15.65%
G = 48.26%
B = 36.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#48DEA6 (or 0x48DEA6) is known color: Shamrock. HEX triplet: 48, DE and A6. RGB value is (72,222,166). Sum of RGB (Red+Green+Blue) = 72+222+166=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #48DEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DEA6 is #B72159. Grayscale: #AAAAAA. Windows color (decimal): -12001626 or 10935880. OLE color: 10935880.

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

Color convert

RGB 72 222 166 -
CMYK 0.68 0 0.25 0.13
HSL 157.6º 0.69% 0.58% -
HSV(B) 157.6º 0.68% 0.87% -
XYZ 35.68 56.37 45.08 -
YUV 170.77 125.31 57.55 -
System Red Green Blue C M Y K H S L
Decimal 72 222 166 0.68 0 0.25 0.13 157.6 0.69 0.58
Hex 48 DE A6 44 0 19 D 9E 45 3A
Octal 110 336 246 104 0 31 15 236 105 72
Binary 1001000 11011110 10100110 1000100 0 11001 1101 10011110 1000101 111010

Color Harmonies of #48DEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DEA6

Black with #48DEA6

Text Example


Text Example

White with #48DEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,222,166); }

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

background-color css

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

 a { background-color: rgb(72,222,166); }

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

border-color css

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

 span { border-color: rgb(72,222,166); }

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