#489F7A

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

Shades of Ocean Green #489F7A

Tints of Ocean Green #489F7A

Color information

#489F7A (or 0x489F7A) is unknown color: approx Ocean Green. HEX triplet: 48, 9F and 7A. RGB value is (72,159,122). Sum of RGB (Red+Green+Blue) = 72+159+122=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #489F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489F7A is #B76085. Grayscale: #808080. Windows color (decimal): -12017798 or 8036168. OLE color: 8036168.

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

Color convert

RGB72159122-
CMYK0.5500.230.38
HSL154.48º37.66%45.29%-
HSV(B)154.48º54.72%62.35%-
XYZ18.5827.5822.76-
YUV128.77124.1887.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 159 (62.5% from 255) = 45.04%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=20.40%
G=45.04%
B=34.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721591220.5500.230.38154.4837.6645.29
Hex489F7A37017269a262d
Octal11023717267027462324655
Binary100100010011111111101011011101011110011010011010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,159,122); }

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

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

 a { background-color: rgb(72,159,122); }

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

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

 span { border-color: rgb(72,159,122); }

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