Html Css Color HEX #549D7C Ocean Green

📋 copy color: '#549D7C'

red 84 ◦ green 157 ◦ blue 124

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

Shades of Ocean Green #549D7C

Tints of Ocean Green #549D7C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 23.01%
G = 43.01%
B = 33.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#549D7C (or 0x549D7C) is known color: Ocean Green. HEX triplet: 54, 9D and 7C. RGB value is (84,157,124). Sum of RGB (Red+Green+Blue) = 84+157+124=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #549D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D7C is #AB6283. Grayscale: #838383. Windows color (decimal): -11231876 or 8166740. OLE color: 8166740.

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

Color convert

RGB 84 157 124 -
CMYK 0.46 0 0.21 0.38
HSL 152.88º 0.3% 0.47% -
HSV(B) 152.88º 0.46% 0.62% -
XYZ 19.35 27.45 23.35 -
YUV 131.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 84 157 124 0.46 0 0.21 0.38 152.88 0.3 0.47
Hex 54 9D 7C 2E 0 15 26 99 1E 2F
Octal 124 235 174 56 0 25 46 231 36 57
Binary 1010100 10011101 1111100 101110 0 10101 100110 10011001 11110 101111

Color Harmonies of #549D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549D7C

Black with #549D7C

Text Example


Text Example

White with #549D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,157,124); }

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

background-color css

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

 a { background-color: rgb(84,157,124); }

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

border-color css

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

 span { border-color: rgb(84,157,124); }

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