#499F7B

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

Shades of Ocean Green #499F7B

Tints of Ocean Green #499F7B

Color information

#499F7B (or 0x499F7B) is unknown color: approx Ocean Green. HEX triplet: 49, 9F and 7B. RGB value is (73,159,123). Sum of RGB (Red+Green+Blue) = 73+159+123=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 159 - color contains mainly: green. Hex color #499F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F7B is #B66084. Grayscale: #818181. Windows color (decimal): -11952261 or 8101705. OLE color: 8101705.

HSL color Cylindrical-coordinate representation of color #499F7B: hue angle of 154.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499F7B is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB73159123-
CMYK0.5400.230.38
HSL154.88º37.07%45.49%-
HSV(B)154.88º54.09%62.35%-
XYZ18.7227.6423.09-
YUV129.18124.5187.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 159 (62.5% from 255) = 44.79%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=20.56%
G=44.79%
B=34.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731591230.5400.230.38154.8837.0745.49
Hex499F7B36017269b252d
Octal11123717366027462334555
Binary100100110011111111101111011001011110011010011011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499F7B; }

 p { color: rgb(73,159,123); }

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

<style>
 a { background-color: #499F7B; }

 a { background-color: rgb(73,159,123); }

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

<style>
 span { border-color: #499F7B; }

 span { border-color: rgb(73,159,123); }

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