Html Css Color HEX #48BF8F Shamrock

📋 copy color: '#48BF8F'

red 72 ◦ green 191 ◦ blue 143

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

Shades of Shamrock #48BF8F

Tints of Shamrock #48BF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 47.04%

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

R = 17.73%
G = 47.04%
B = 35.22%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#48BF8F (or 0x48BF8F) is known color: Shamrock. HEX triplet: 48, BF and 8F. RGB value is (72,191,143). Sum of RGB (Red+Green+Blue) = 72+191+143=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BF8F is #B74070. Grayscale: #969696. Windows color (decimal): -12009585 or 9420616. OLE color: 9420616.

HSL color Cylindrical-coordinate representation of color #48BF8F: hue angle of 155.8º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BF8F is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 191 143 -
CMYK 0.62 0 0.25 0.25
HSL 155.8º 0.48% 0.52% -
HSV(B) 155.8º 0.62% 0.75% -
XYZ 26.26 40.62 32.44 -
YUV 149.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 72 191 143 0.62 0 0.25 0.25 155.8 0.48 0.52
Hex 48 BF 8F 3E 0 19 19 9C 30 34
Octal 110 277 217 76 0 31 31 234 60 64
Binary 1001000 10111111 10001111 111110 0 11001 11001 10011100 110000 110100

Color Harmonies of #48BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF8F

Black with #48BF8F

Text Example


Text Example

White with #48BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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