Html Css Color HEX #549F70 Ocean Green

📋 copy color: '#549F70'

red 84 ◦ green 159 ◦ blue 112

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

Shades of Ocean Green #549F70

Tints of Ocean Green #549F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 23.66%
G = 44.79%
B = 31.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#549F70 (or 0x549F70) is known color: Ocean Green. HEX triplet: 54, 9F and 70. RGB value is (84,159,112). Sum of RGB (Red+Green+Blue) = 84+159+112=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 159 - color contains mainly: green. Hex color #549F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F70 is #AB608F. Grayscale: #838383. Windows color (decimal): -11231376 or 7380820. OLE color: 7380820.

HSL color Cylindrical-coordinate representation of color #549F70: hue angle of 142.4º 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 #549F70 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 159 112 -
CMYK 0.47 0 0.30 0.38
HSL 142.4º 0.31% 0.48% -
HSV(B) 142.4º 0.47% 0.62% -
XYZ 18.98 27.85 19.7 -
YUV 131.22 117.15 94.32 -
System Red Green Blue C M Y K H S L
Decimal 84 159 112 0.47 0 0.30 0.38 142.4 0.31 0.48
Hex 54 9F 70 2F 0 1E 26 8E 1F 30
Octal 124 237 160 57 0 36 46 216 37 60
Binary 1010100 10011111 1110000 101111 0 11110 100110 10001110 11111 110000

Color Harmonies of #549F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549F70

Black with #549F70

Text Example


Text Example

White with #549F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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