#48A57B

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

Shades of Ocean Green #48A57B

Tints of Ocean Green #48A57B

Color information

#48A57B (or 0x48A57B) is unknown color: approx Ocean Green. HEX triplet: 48, A5 and 7B. RGB value is (72,165,123). Sum of RGB (Red+Green+Blue) = 72+165+123=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #48A57B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A57B is #B75A84. Grayscale: #848484. Windows color (decimal): -12016261 or 8103240. OLE color: 8103240.

HSL color Cylindrical-coordinate representation of color #48A57B: hue angle of 152.9º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A57B is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB72165123-
CMYK0.5600.250.35
HSL152.9º39.24%46.47%-
HSV(B)152.9º56.36%64.71%-
XYZ19.729.7223.44-
YUV132.4122.6984.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 165 (64.84% from 255) = 45.83%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=20%
G=45.83%
B=34.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721651230.5600.250.35152.939.2446.47
Hex48A57B380192399272e
Octal11024517370031432314756
Binary100100010100101111101111100001100110001110011001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,165,123); }

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

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

 a { background-color: rgb(72,165,123); }

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

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

 span { border-color: rgb(72,165,123); }

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