#48AF85

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

Shades of Ocean Green #48AF85

Tints of Ocean Green #48AF85

Color information

#48AF85 (or 0x48AF85) is unknown color: approx Ocean Green. HEX triplet: 48, AF and 85. RGB value is (72,175,133). Sum of RGB (Red+Green+Blue) = 72+175+133=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AF85 is #B7507A. Grayscale: #8B8B8B. Windows color (decimal): -12013691 or 8761160. OLE color: 8761160.

HSL color Cylindrical-coordinate representation of color #48AF85: hue angle of 155.53º 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 #48AF85 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB72175133-
CMYK0.5900.240.31
HSL155.53º41.7%48.43%-
HSV(B)155.53º58.86%68.63%-
XYZ22.2433.7327.53-
YUV139.42124.3879.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 133 (52.34% from 255) = 35%
R=18.95%
G=46.05%
B=35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721751330.5900.240.31155.5341.748.43
Hex48AF853B0181F9c2a30
Octal11025720573030372345260
Binary100100010101111100001011110110110001111110011100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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