#48AF6C

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

Shades of Ocean Green #48AF6C

Tints of Ocean Green #48AF6C

Color information

#48AF6C (or 0x48AF6C) is unknown color: approx Ocean Green. HEX triplet: 48, AF and 6C. RGB value is (72,175,108). Sum of RGB (Red+Green+Blue) = 72+175+108=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF6C is #B75093. Grayscale: #888888. Windows color (decimal): -12013716 or 7122760. OLE color: 7122760.

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

Color convert

RGB72175108-
CMYK0.5900.380.31
HSL140.97º41.7%48.43%-
HSV(B)140.97º58.86%68.63%-
XYZ20.7133.1219.49-
YUV136.56111.8881.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 175 (68.75% from 255) = 49.30%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=20.28%
G=49.30%
B=30.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721751080.5900.380.31140.9741.748.43
Hex48AF6C3B0261F8d2a30
Octal11025715473046372155260
Binary100100010101111110110011101101001101111110001101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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