Html Css Color HEX #489B7A Ocean Green

📋 copy color: '#489B7A'

red 72 ◦ green 155 ◦ blue 122

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

Shades of Ocean Green #489B7A

Tints of Ocean Green #489B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.41%

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 20.63%
G = 44.41%
B = 34.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#489B7A (or 0x489B7A) is known color: Ocean Green. HEX triplet: 48, 9B and 7A. RGB value is (72,155,122). Sum of RGB (Red+Green+Blue) = 72+155+122=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #489B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B7A is #B76485. Grayscale: #7E7E7E. Windows color (decimal): -12018822 or 8035144. OLE color: 8035144.

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

Color convert

RGB 72 155 122 -
CMYK 0.54 0 0.21 0.39
HSL 156.14º 0.37% 0.45% -
HSV(B) 156.14º 0.54% 0.61% -
XYZ 17.91 26.23 22.53 -
YUV 126.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 72 155 122 0.54 0 0.21 0.39 156.14 0.37 0.45
Hex 48 9B 7A 36 0 15 27 9C 25 2D
Octal 110 233 172 66 0 25 47 234 45 55
Binary 1001000 10011011 1111010 110110 0 10101 100111 10011100 100101 101101

Color Harmonies of #489B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489B7A

Black with #489B7A

Text Example


Text Example

White with #489B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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