#48AA6E

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

Shades of Ocean Green #48AA6E

Tints of Ocean Green #48AA6E

Color information

#48AA6E (or 0x48AA6E) is unknown color: approx Ocean Green. HEX triplet: 48, AA and 6E. RGB value is (72,170,110). Sum of RGB (Red+Green+Blue) = 72+170+110=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA6E is #B75591. Grayscale: #868686. Windows color (decimal): -12014994 or 7252552. OLE color: 7252552.

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

Color convert

RGB72170110-
CMYK0.5800.350.33
HSL143.27º40.5%47.45%-
HSV(B)143.27º57.65%66.67%-
XYZ19.8631.2519.74-
YUV133.86114.5383.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 170 (66.80% from 255) = 48.30%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=20.45%
G=48.30%
B=31.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721701100.5800.350.33143.2740.547.45
Hex48AA6E3A023218f282f
Octal11025215672043412175057
Binary1001000101010101101110111010010001110000110001111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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