Html Css Color HEX #549F6D Ocean Green

📋 copy color: '#549F6D'

red 84 ◦ green 159 ◦ blue 109

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

Shades of Ocean Green #549F6D

Tints of Ocean Green #549F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.97%

R = 23.86%
G = 45.17%
B = 30.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#549F6D (or 0x549F6D) is known color: Ocean Green. HEX triplet: 54, 9F and 6D. RGB value is (84,159,109). Sum of RGB (Red+Green+Blue) = 84+159+109=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #549F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F6D is #AB6092. Grayscale: #838383. Windows color (decimal): -11231379 or 7184212. OLE color: 7184212.

HSL color Cylindrical-coordinate representation of color #549F6D: hue angle of 140º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549F6D is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 159 109 -
CMYK 0.47 0 0.31 0.38
HSL 140º 0.31% 0.48% -
HSV(B) 140º 0.47% 0.62% -
XYZ 18.81 27.79 18.84 -
YUV 130.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 84 159 109 0.47 0 0.31 0.38 140 0.31 0.48
Hex 54 9F 6D 2F 0 1F 26 8C 1F 30
Octal 124 237 155 57 0 37 46 214 37 60
Binary 1010100 10011111 1101101 101111 0 11111 100110 10001100 11111 110000

Color Harmonies of #549F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549F6D

Black with #549F6D

Text Example


Text Example

White with #549F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549F6D; }

 p { color: rgb(84,159,109); }

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

background-color css

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

 a { background-color: rgb(84,159,109); }

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

border-color css

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

 span { border-color: rgb(84,159,109); }

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