Html Css Color HEX #48DE9E Shamrock

📋 copy color: '#48DE9E'

red 72 ◦ green 222 ◦ blue 158

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

Shades of Shamrock #48DE9E

Tints of Shamrock #48DE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 15.93%
G = 49.12%
B = 34.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#48DE9E (or 0x48DE9E) is known color: Shamrock. HEX triplet: 48, DE and 9E. RGB value is (72,222,158). Sum of RGB (Red+Green+Blue) = 72+222+158=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #48DE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DE9E is #B72161. Grayscale: #A9A9A9. Windows color (decimal): -12001634 or 10411592. OLE color: 10411592.

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

Color convert

RGB 72 222 158 -
CMYK 0.68 0 0.29 0.13
HSL 154.4º 0.69% 0.58% -
HSV(B) 154.4º 0.68% 0.87% -
XYZ 34.97 56.09 41.33 -
YUV 169.85 121.31 58.2 -
System Red Green Blue C M Y K H S L
Decimal 72 222 158 0.68 0 0.29 0.13 154.4 0.69 0.58
Hex 48 DE 9E 44 0 1D D 9A 45 3A
Octal 110 336 236 104 0 35 15 232 105 72
Binary 1001000 11011110 10011110 1000100 0 11101 1101 10011010 1000101 111010

Color Harmonies of #48DE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DE9E

Black with #48DE9E

Text Example


Text Example

White with #48DE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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