#489C7B

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

Shades of Ocean Green #489C7B

Tints of Ocean Green #489C7B

Color information

#489C7B (or 0x489C7B) is unknown color: approx Ocean Green. HEX triplet: 48, 9C and 7B. RGB value is (72,156,123). Sum of RGB (Red+Green+Blue) = 72+156+123=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #489C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489C7B is #B76384. Grayscale: #7F7F7F. Windows color (decimal): -12018565 or 8100936. OLE color: 8100936.

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

Color convert

RGB72156123-
CMYK0.5400.210.39
HSL156.43º36.84%44.71%-
HSV(B)156.43º53.85%61.18%-
XYZ18.1426.5822.91-
YUV127.12125.6788.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 156 (61.33% from 255) = 44.44%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=20.51%
G=44.44%
B=35.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721561230.5400.210.39156.4336.8444.71
Hex489C7B36015279c252d
Octal11023417366025472344555
Binary100100010011100111101111011001010110011110011100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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