Html Css Color HEX #48D08F Shamrock

📋 copy color: '#48D08F'

red 72 ◦ green 208 ◦ blue 143

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

Shades of Shamrock #48D08F

Tints of Shamrock #48D08F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.17%

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 17.02%
G = 49.17%
B = 33.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#48D08F (or 0x48D08F) is known color: Shamrock. HEX triplet: 48, D0 and 8F. RGB value is (72,208,143). Sum of RGB (Red+Green+Blue) = 72+208+143=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #48D08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D08F is #B72F70. Grayscale: #A0A0A0. Windows color (decimal): -12005233 or 9424968. OLE color: 9424968.

HSL color Cylindrical-coordinate representation of color #48D08F: hue angle of 151.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D08F is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 208 143 -
CMYK 0.65 0 0.31 0.18
HSL 151.32º 0.59% 0.55% -
HSV(B) 151.32º 0.65% 0.82% -
XYZ 30.19 48.47 33.75 -
YUV 159.93 118.44 65.29 -
System Red Green Blue C M Y K H S L
Decimal 72 208 143 0.65 0 0.31 0.18 151.32 0.59 0.55
Hex 48 D0 8F 41 0 1F 12 97 3B 37
Octal 110 320 217 101 0 37 22 227 73 67
Binary 1001000 11010000 10001111 1000001 0 11111 10010 10010111 111011 110111

Color Harmonies of #48D08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D08F

Black with #48D08F

Text Example


Text Example

White with #48D08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,208,143); }

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

background-color css

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

 a { background-color: rgb(72,208,143); }

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

border-color css

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

 span { border-color: rgb(72,208,143); }

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