Html Css Color HEX #489E6A Ocean Green

📋 copy color: '#489E6A'

red 72 ◦ green 158 ◦ blue 106

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

Shades of Ocean Green #489E6A

Tints of Ocean Green #489E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 21.43%
G = 47.02%
B = 31.55%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#489E6A (or 0x489E6A) is known color: Ocean Green. HEX triplet: 48, 9E and 6A. RGB value is (72,158,106). Sum of RGB (Red+Green+Blue) = 72+158+106=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #489E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489E6A is #B76195. Grayscale: #7E7E7E. Windows color (decimal): -12018070 or 6987336. OLE color: 6987336.

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

Color convert

RGB 72 158 106 -
CMYK 0.54 0 0.33 0.38
HSL 143.72º 0.37% 0.45% -
HSV(B) 143.72º 0.54% 0.62% -
XYZ 17.5 26.87 17.9 -
YUV 126.36 116.51 89.23 -
System Red Green Blue C M Y K H S L
Decimal 72 158 106 0.54 0 0.33 0.38 143.72 0.37 0.45
Hex 48 9E 6A 36 0 21 26 90 25 2D
Octal 110 236 152 66 0 41 46 220 45 55
Binary 1001000 10011110 1101010 110110 0 100001 100110 10010000 100101 101101

Color Harmonies of #489E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489E6A

Black with #489E6A

Text Example


Text Example

White with #489E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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