Html Css Color HEX #489E77 Ocean Green

📋 copy color: '#489E77'

red 72 ◦ green 158 ◦ blue 119

#489E77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #489E77

Tints of Ocean Green #489E77

RGB

 RED value IS 72 (28.52% from 255) = 20.63%

 GREEN value IS 158 (62.11% from 255) = 45.27%

 BLUE value IS 119 (46.88% from 255) = 34.1%

R = 20.63%
G = 45.27%
B = 34.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#489E77 (or 0x489E77) is known color: Ocean Green. HEX triplet: 48, 9E and 77. RGB value is (72,158,119). Sum of RGB (Red+Green+Blue) = 72+158+119=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #489E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489E77 is #B76188. Grayscale: #7F7F7F. Windows color (decimal): -12018057 or 7839304. OLE color: 7839304.

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

Color convert

RGB 72 158 119 -
CMYK 0.54 0 0.25 0.38
HSL 152.79º 0.37% 0.45% -
HSV(B) 152.79º 0.54% 0.62% -
XYZ 18.23 27.16 21.74 -
YUV 127.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 72 158 119 0.54 0 0.25 0.38 152.79 0.37 0.45
Hex 48 9E 77 36 0 19 26 99 25 2D
Octal 110 236 167 66 0 31 46 231 45 55
Binary 1001000 10011110 1110111 110110 0 11001 100110 10011001 100101 101101

Color Harmonies of #489E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489E77

Black with #489E77

Text Example


Text Example

White with #489E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,158,119); }

 H1.HeaderClassName
 {
   color: #489E77;
 }
 .AnyTagClassName
 {
   color: #489E77;
 }
</style>

background-color css

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

 a { background-color: rgb(72,158,119); }

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

border-color css

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

 span { border-color: rgb(72,158,119); }

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