Html Css Color HEX #549676 Ocean Green

📋 copy color: '#549676'

red 84 ◦ green 150 ◦ blue 118

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

Shades of Ocean Green #549676

Tints of Ocean Green #549676

RGB

 RED value IS 84 (33.2% from 255) = 23.86%

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 118 (46.48% from 255) = 33.52%

R = 23.86%
G = 42.61%
B = 33.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#549676 (or 0x549676) is known color: Ocean Green. HEX triplet: 54, 96 and 76. RGB value is (84,150,118). Sum of RGB (Red+Green+Blue) = 84+150+118=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #549676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549676 is #AB6989. Grayscale: #7E7E7E. Windows color (decimal): -11233674 or 7771732. OLE color: 7771732.

HSL color Cylindrical-coordinate representation of color #549676: hue angle of 150.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549676 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 118 -
CMYK 0.44 0 0.21 0.41
HSL 150.91º 0.28% 0.46% -
HSV(B) 150.91º 0.44% 0.59% -
XYZ 17.83 25.01 21.03 -
YUV 126.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 84 150 118 0.44 0 0.21 0.41 150.91 0.28 0.46
Hex 54 96 76 2C 0 15 29 97 1C 2E
Octal 124 226 166 54 0 25 51 227 34 56
Binary 1010100 10010110 1110110 101100 0 10101 101001 10010111 11100 101110

Color Harmonies of #549676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549676

Black with #549676

Text Example


Text Example

White with #549676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549676; }

 p { color: rgb(84,150,118); }

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

background-color css

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

 a { background-color: rgb(84,150,118); }

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

border-color css

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

 span { border-color: rgb(84,150,118); }

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