#4AB086

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

Shades of Ocean Green #4AB086

Tints of Ocean Green #4AB086

Color information

#4AB086 (or 0x4AB086) is unknown color: approx Ocean Green. HEX triplet: 4A, B0 and 86. RGB value is (74,176,134). Sum of RGB (Red+Green+Blue) = 74+176+134=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB086 is #B54F79. Grayscale: #8C8C8C. Windows color (decimal): -11882362 or 8826954. OLE color: 8826954.

HSL color Cylindrical-coordinate representation of color #4AB086: hue angle of 155.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB086 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB74176134-
CMYK0.5800.240.31
HSL155.29º40.8%49.02%-
HSV(B)155.29º57.95%69.02%-
XYZ22.6534.2327.97-
YUV140.71124.2180.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.27%
GREEN value IS 176 (69.14% from 255) = 45.83%
BLUE value IS 134 (52.73% from 255) = 34.90%
R=19.27%
G=45.83%
B=34.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741761340.5800.240.31155.2940.849.02
Hex4AB0863A0181F9b2931
Octal11226020672030372335161
Binary100101010110000100001101110100110001111110011011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AB086; }

 p { color: rgb(74,176,134); }

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

<style>
 a { background-color: #4AB086; }

 a { background-color: rgb(74,176,134); }

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

<style>
 span { border-color: #4AB086; }

 span { border-color: rgb(74,176,134); }

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