#48AB73

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

Shades of Ocean Green #48AB73

Tints of Ocean Green #48AB73

Color information

#48AB73 (or 0x48AB73) is unknown color: approx Ocean Green. HEX triplet: 48, AB and 73. RGB value is (72,171,115). Sum of RGB (Red+Green+Blue) = 72+171+115=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB73 is #B7548C. Grayscale: #878787. Windows color (decimal): -12014733 or 7580488. OLE color: 7580488.

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

Color convert

RGB72171115-
CMYK0.5800.330.33
HSL146.06º40.74%47.65%-
HSV(B)146.06º57.89%67.06%-
XYZ20.3331.7421.27-
YUV135.02116.783.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 171 (67.19% from 255) = 47.77%
BLUE value IS 115 (45.31% from 255) = 32.12%
R=20.11%
G=47.77%
B=32.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721711150.5800.330.33146.0640.7447.65
Hex48AB733A02121922930
Octal11025316372041412225160
Binary1001000101010111110011111010010000110000110010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,171,115); }

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

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

 a { background-color: rgb(72,171,115); }

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

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

 span { border-color: rgb(72,171,115); }

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