#489B6E

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

Shades of Ocean Green #489B6E

Tints of Ocean Green #489B6E

Color information

#489B6E (or 0x489B6E) is unknown color: approx Ocean Green. HEX triplet: 48, 9B and 6E. RGB value is (72,155,110). Sum of RGB (Red+Green+Blue) = 72+155+110=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #489B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B6E is #B76491. Grayscale: #7D7D7D. Windows color (decimal): -12018834 or 7248712. OLE color: 7248712.

HSL color Cylindrical-coordinate representation of color #489B6E: hue angle of 147.47º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B6E is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB72155110-
CMYK0.5400.290.39
HSL147.47º36.56%44.51%-
HSV(B)147.47º53.55%60.78%-
XYZ17.2125.9518.85-
YUV125.05119.590.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 155 (60.94% from 255) = 45.99%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=21.36%
G=45.99%
B=32.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721551100.5400.290.39147.4736.5644.51
Hex489B6E3601D2793252d
Octal11023315666035472234555
Binary100100010011011110111011011001110110011110010011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489B6E; }

 p { color: rgb(72,155,110); }

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

<style>
 a { background-color: #489B6E; }

 a { background-color: rgb(72,155,110); }

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

<style>
 span { border-color: #489B6E; }

 span { border-color: rgb(72,155,110); }

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