#48AF72

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

Shades of Ocean Green #48AF72

Tints of Ocean Green #48AF72

Color information

#48AF72 (or 0x48AF72) is unknown color: approx Ocean Green. HEX triplet: 48, AF and 72. RGB value is (72,175,114). Sum of RGB (Red+Green+Blue) = 72+175+114=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF72 is #B7508D. Grayscale: #898989. Windows color (decimal): -12013710 or 7515976. OLE color: 7515976.

HSL color Cylindrical-coordinate representation of color #48AF72: hue angle of 144.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AF72 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB72175114-
CMYK0.5900.350.31
HSL144.47º41.7%48.43%-
HSV(B)144.47º58.86%68.63%-
XYZ21.0433.2521.23-
YUV137.25114.8881.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 175 (68.75% from 255) = 48.48%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=19.94%
G=48.48%
B=31.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721751140.5900.350.31144.4741.748.43
Hex48AF723B0231F902a30
Octal11025716273043372205260
Binary100100010101111111001011101101000111111110010000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,175,114); }

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

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

 a { background-color: rgb(72,175,114); }

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

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

 span { border-color: rgb(72,175,114); }

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