#48A870

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

Shades of Ocean Green #48A870

Tints of Ocean Green #48A870

Color information

#48A870 (or 0x48A870) is unknown color: approx Ocean Green. HEX triplet: 48, A8 and 70. RGB value is (72,168,112). Sum of RGB (Red+Green+Blue) = 72+168+112=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #48A870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A870 is #B7578F. Grayscale: #858585. Windows color (decimal): -12015504 or 7383112. OLE color: 7383112.

HSL color Cylindrical-coordinate representation of color #48A870: hue angle of 145º 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 #48A870 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB72168112-
CMYK0.5700.330.34
HSL145º40%47.06%-
HSV(B)145º57.14%65.88%-
XYZ19.630.5520.19-
YUV132.91116.284.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 168 (66.02% from 255) = 47.73%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=20.45%
G=47.73%
B=31.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721681120.5700.330.341454047.06
Hex48A870390212291282f
Octal11025016071041422215057
Binary1001000101010001110000111001010000110001010010001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,168,112); }

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

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

 a { background-color: rgb(72,168,112); }

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

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

 span { border-color: rgb(72,168,112); }

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