#48B166

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

Shades of Ocean Green #48B166

Tints of Ocean Green #48B166

Color information

#48B166 (or 0x48B166) is unknown color: approx Ocean Green. HEX triplet: 48, B1 and 66. RGB value is (72,177,102). Sum of RGB (Red+Green+Blue) = 72+177+102=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #48B166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B166 is #B74E99. Grayscale: #898989. Windows color (decimal): -12013210 or 6730056. OLE color: 6730056.

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

Color convert

RGB72177102-
CMYK0.5900.420.31
HSL137.14º42.17%48.82%-
HSV(B)137.14º59.32%69.41%-
XYZ20.7933.7817.99-
YUV137.06108.2181.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 177 (69.53% from 255) = 50.43%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=20.51%
G=50.43%
B=29.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721771020.5900.420.31137.1442.1748.82
Hex48B1663B02A1F892a31
Octal11026114673052372115261
Binary100100010110001110011011101101010101111110001001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,177,102); }

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

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

 a { background-color: rgb(72,177,102); }

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

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

 span { border-color: rgb(72,177,102); }

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