Html Css Color HEX #48BD8E Shamrock

📋 copy color: '#48BD8E'

red 72 ◦ green 189 ◦ blue 142

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

Shades of Shamrock #48BD8E

Tints of Shamrock #48BD8E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.9%

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 17.87%
G = 46.9%
B = 35.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#48BD8E (or 0x48BD8E) is known color: Shamrock. HEX triplet: 48, BD and 8E. RGB value is (72,189,142). Sum of RGB (Red+Green+Blue) = 72+189+142=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BD8E is #B74271. Grayscale: #949494. Windows color (decimal): -12010098 or 9354568. OLE color: 9354568.

HSL color Cylindrical-coordinate representation of color #48BD8E: hue angle of 155.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD8E is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 189 142 -
CMYK 0.62 0 0.25 0.26
HSL 155.9º 0.47% 0.51% -
HSV(B) 155.9º 0.62% 0.74% -
XYZ 25.75 39.73 31.9 -
YUV 148.66 124.24 73.32 -
System Red Green Blue C M Y K H S L
Decimal 72 189 142 0.62 0 0.25 0.26 155.9 0.47 0.51
Hex 48 BD 8E 3E 0 19 1A 9C 2F 33
Octal 110 275 216 76 0 31 32 234 57 63
Binary 1001000 10111101 10001110 111110 0 11001 11010 10011100 101111 110011

Color Harmonies of #48BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD8E

Black with #48BD8E

Text Example


Text Example

White with #48BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,189,142); }

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

background-color css

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

 a { background-color: rgb(72,189,142); }

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

border-color css

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

 span { border-color: rgb(72,189,142); }

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