#48AD7A

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

Shades of Ocean Green #48AD7A

Tints of Ocean Green #48AD7A

Color information

#48AD7A (or 0x48AD7A) is unknown color: approx Ocean Green. HEX triplet: 48, AD and 7A. RGB value is (72,173,122). Sum of RGB (Red+Green+Blue) = 72+173+122=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AD7A is #B75285. Grayscale: #898989. Windows color (decimal): -12014214 or 8039752. OLE color: 8039752.

HSL color Cylindrical-coordinate representation of color #48AD7A: hue angle of 149.7º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD7A is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB72173122-
CMYK0.5800.290.32
HSL149.7º41.22%48.04%-
HSV(B)149.7º58.38%67.84%-
XYZ21.1332.6723.6-
YUV136.99119.5481.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 173 (67.97% from 255) = 47.14%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=19.62%
G=47.14%
B=33.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721731220.5800.290.32149.741.2248.04
Hex48AD7A3A01D20962930
Octal11025517272035402265160
Binary100100010101101111101011101001110110000010010110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,173,122); }

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

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

 a { background-color: rgb(72,173,122); }

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

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

 span { border-color: rgb(72,173,122); }

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