#489C7A

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

Shades of Ocean Green #489C7A

Tints of Ocean Green #489C7A

Color information

#489C7A (or 0x489C7A) is unknown color: approx Ocean Green. HEX triplet: 48, 9C and 7A. RGB value is (72,156,122). Sum of RGB (Red+Green+Blue) = 72+156+122=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #489C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489C7A is #B76385. Grayscale: #7F7F7F. Windows color (decimal): -12018566 or 8035400. OLE color: 8035400.

HSL color Cylindrical-coordinate representation of color #489C7A: hue angle of 155.71º 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 #489C7A is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB72156122-
CMYK0.5400.220.39
HSL155.71º36.84%44.71%-
HSV(B)155.71º53.85%61.18%-
XYZ18.0726.5622.59-
YUV127.01125.1788.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 156 (61.33% from 255) = 44.57%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=20.57%
G=44.57%
B=34.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721561220.5400.220.39155.7136.8444.71
Hex489C7A36016279c252d
Octal11023417266026472344555
Binary100100010011100111101011011001011010011110011100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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