#48A976

Color #48A976 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #48A976

Tints of Ocean Green #48A976

Color information

#48A976 (or 0x48A976) is unknown color: approx Ocean Green. HEX triplet: 48, A9 and 76. RGB value is (72,169,118). Sum of RGB (Red+Green+Blue) = 72+169+118=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 169 - color contains mainly: green. Hex color #48A976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A976 is #B75689. Grayscale: #868686. Windows color (decimal): -12015242 or 7776584. OLE color: 7776584.

HSL color Cylindrical-coordinate representation of color #48A976: hue angle of 148.45º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A976 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB72169118-
CMYK0.5700.300.34
HSL148.45º40.25%47.25%-
HSV(B)148.45º57.4%66.27%-
XYZ20.1331.0622.07-
YUV134.18118.8683.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 169 (66.41% from 255) = 47.08%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=20.06%
G=47.08%
B=32.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721691180.5700.300.34148.4540.2547.25
Hex48A9763901E2294282f
Octal11025116671036422245057
Binary100100010101001111011011100101111010001010010100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,169,118); }

 H1.HeaderClassName
 {
   color: #48A976;
 }
 .AnyTagClassName
 {
   color: #48A976;
 }
</style>
background-color css

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

 a { background-color: rgb(72,169,118); }

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

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

 span { border-color: rgb(72,169,118); }

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