Html Css Color HEX #48DE9C Shamrock

📋 copy color: '#48DE9C'

red 72 ◦ green 222 ◦ blue 156

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

Shades of Shamrock #48DE9C

Tints of Shamrock #48DE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.67%

R = 16%
G = 49.33%
B = 34.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#48DE9C (or 0x48DE9C) is known color: Shamrock. HEX triplet: 48, DE and 9C. RGB value is (72,222,156). Sum of RGB (Red+Green+Blue) = 72+222+156=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #48DE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DE9C is #B72163. Grayscale: #A9A9A9. Windows color (decimal): -12001636 or 10280520. OLE color: 10280520.

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

Color convert

RGB 72 222 156 -
CMYK 0.68 0 0.30 0.13
HSL 153.6º 0.69% 0.58% -
HSV(B) 153.6º 0.68% 0.87% -
XYZ 34.79 56.02 40.43 -
YUV 169.63 120.31 58.37 -
System Red Green Blue C M Y K H S L
Decimal 72 222 156 0.68 0 0.30 0.13 153.6 0.69 0.58
Hex 48 DE 9C 44 0 1E D 9A 45 3A
Octal 110 336 234 104 0 36 15 232 105 72
Binary 1001000 11011110 10011100 1000100 0 11110 1101 10011010 1000101 111010

Color Harmonies of #48DE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DE9C

Black with #48DE9C

Text Example


Text Example

White with #48DE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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