Html Css Color HEX #48DA9A Shamrock

📋 copy color: '#48DA9A'

red 72 ◦ green 218 ◦ blue 154

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

Shades of Shamrock #48DA9A

Tints of Shamrock #48DA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 16.22%
G = 49.1%
B = 34.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#48DA9A (or 0x48DA9A) is known color: Shamrock. HEX triplet: 48, DA and 9A. RGB value is (72,218,154). Sum of RGB (Red+Green+Blue) = 72+218+154=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DA9A is #B72565. Grayscale: #A7A7A7. Windows color (decimal): -12002662 or 10148424. OLE color: 10148424.

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

Color convert

RGB 72 218 154 -
CMYK 0.67 0 0.29 0.15
HSL 153.7º 0.66% 0.57% -
HSV(B) 153.7º 0.67% 0.85% -
XYZ 33.58 53.85 39.2 -
YUV 167.05 120.63 60.2 -
System Red Green Blue C M Y K H S L
Decimal 72 218 154 0.67 0 0.29 0.15 153.7 0.66 0.57
Hex 48 DA 9A 43 0 1D F 9A 42 39
Octal 110 332 232 103 0 35 17 232 102 71
Binary 1001000 11011010 10011010 1000011 0 11101 1111 10011010 1000010 111001

Color Harmonies of #48DA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA9A

Black with #48DA9A

Text Example


Text Example

White with #48DA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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