Html Css Color HEX #549F68 Ocean Green

📋 copy color: '#549F68'

red 84 ◦ green 159 ◦ blue 104

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

Shades of Ocean Green #549F68

Tints of Ocean Green #549F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 24.21%
G = 45.82%
B = 29.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#549F68 (or 0x549F68) is known color: Ocean Green. HEX triplet: 54, 9F and 68. RGB value is (84,159,104). Sum of RGB (Red+Green+Blue) = 84+159+104=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #549F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549F68 is #AB6097. Grayscale: #828282. Windows color (decimal): -11231384 or 6856532. OLE color: 6856532.

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

Color convert

RGB 84 159 104 -
CMYK 0.47 0 0.35 0.38
HSL 136º 0.31% 0.48% -
HSV(B) 136º 0.47% 0.62% -
XYZ 18.55 27.68 17.46 -
YUV 130.31 113.15 94.97 -
System Red Green Blue C M Y K H S L
Decimal 84 159 104 0.47 0 0.35 0.38 136 0.31 0.48
Hex 54 9F 68 2F 0 23 26 88 1F 30
Octal 124 237 150 57 0 43 46 210 37 60
Binary 1010100 10011111 1101000 101111 0 100011 100110 10001000 11111 110000

Color Harmonies of #549F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549F68

Black with #549F68

Text Example


Text Example

White with #549F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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