Html Css Color HEX #489C7B Ocean Green

📋 copy color: '#489C7B'

red 72 ◦ green 156 ◦ blue 123

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

Shades of Ocean Green #489C7B

Tints of Ocean Green #489C7B

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 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

#489C7B (or 0x489C7B) is known color: 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

RGB 72 156 123 -
CMYK 0.54 0 0.21 0.39
HSL 156.43º 0.37% 0.45% -
HSV(B) 156.43º 0.54% 0.61% -
XYZ 18.14 26.58 22.91 -
YUV 127.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 72 156 123 0.54 0 0.21 0.39 156.43 0.37 0.45
Hex 48 9C 7B 36 0 15 27 9C 25 2D
Octal 110 234 173 66 0 25 47 234 45 55
Binary 1001000 10011100 1111011 110110 0 10101 100111 10011100 100101 101101

Color Harmonies of #489C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489C7B

Black with #489C7B

Text Example


Text Example

White with #489C7B

Text Example


Text Example

HTML Codes & Css Web 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>