#48AA6C

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

Shades of Ocean Green #48AA6C

Tints of Ocean Green #48AA6C

Color information

#48AA6C (or 0x48AA6C) is unknown color: approx Ocean Green. HEX triplet: 48, AA and 6C. RGB value is (72,170,108). Sum of RGB (Red+Green+Blue) = 72+170+108=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AA6C is #B75593. Grayscale: #858585. Windows color (decimal): -12014996 or 7121480. OLE color: 7121480.

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

Color convert

RGB72170108-
CMYK0.5800.360.33
HSL142.04º40.5%47.45%-
HSV(B)142.04º57.65%66.67%-
XYZ19.7531.2119.17-
YUV133.63113.5384.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=20.57%
G=48.57%
B=30.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721701080.5800.360.33142.0440.547.45
Hex48AA6C3A024218e282f
Octal11025215472044412165057
Binary1001000101010101101100111010010010010000110001110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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