Html Css Color HEX #489F6E Ocean Green

📋 copy color: '#489F6E'

red 72 ◦ green 159 ◦ blue 110

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

Shades of Ocean Green #489F6E

Tints of Ocean Green #489F6E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 21.11%
G = 46.63%
B = 32.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#489F6E (or 0x489F6E) is known color: Ocean Green. HEX triplet: 48, 9F and 6E. RGB value is (72,159,110). Sum of RGB (Red+Green+Blue) = 72+159+110=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #489F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489F6E is #B76091. Grayscale: #7F7F7F. Windows color (decimal): -12017810 or 7249736. OLE color: 7249736.

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

Color convert

RGB 72 159 110 -
CMYK 0.55 0 0.31 0.38
HSL 146.21º 0.38% 0.45% -
HSV(B) 146.21º 0.55% 0.62% -
XYZ 17.89 27.3 19.08 -
YUV 127.4 118.18 88.48 -
System Red Green Blue C M Y K H S L
Decimal 72 159 110 0.55 0 0.31 0.38 146.21 0.38 0.45
Hex 48 9F 6E 37 0 1F 26 92 26 2D
Octal 110 237 156 67 0 37 46 222 46 55
Binary 1001000 10011111 1101110 110111 0 11111 100110 10010010 100110 101101

Color Harmonies of #489F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489F6E

Black with #489F6E

Text Example


Text Example

White with #489F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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