#48AA7A

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

Shades of Ocean Green #48AA7A

Tints of Ocean Green #48AA7A

Color information

#48AA7A (or 0x48AA7A) is unknown color: approx Ocean Green. HEX triplet: 48, AA and 7A. RGB value is (72,170,122). Sum of RGB (Red+Green+Blue) = 72+170+122=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA7A is #B75585. Grayscale: #878787. Windows color (decimal): -12014982 or 8038984. OLE color: 8038984.

HSL color Cylindrical-coordinate representation of color #48AA7A: hue angle of 150.61º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA7A is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB72170122-
CMYK0.5800.280.33
HSL150.61º40.5%47.45%-
HSV(B)150.61º57.65%66.67%-
XYZ20.5631.5323.42-
YUV135.23120.5382.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=19.78%
G=46.70%
B=33.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721701220.5800.280.33150.6140.547.45
Hex48AA7A3A01C2197282f
Octal11025217272034412275057
Binary100100010101010111101011101001110010000110010111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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