#549E6E

Color #549E6E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #549E6E

Tints of Ocean Green #549E6E

Color information

#549E6E (or 0x549E6E) is unknown color: approx Ocean Green. HEX triplet: 54, 9E and 6E. RGB value is (84,158,110). Sum of RGB (Red+Green+Blue) = 84+158+110=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #549E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549E6E is #AB6191. Grayscale: #828282. Windows color (decimal): -11231634 or 7249492. OLE color: 7249492.

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

Color convert

RGB84158110-
CMYK0.4700.300.38
HSL141.08º30.58%47.45%-
HSV(B)141.08º46.84%61.96%-
XYZ18.727.4619.07-
YUV130.4116.4894.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 158 (62.11% from 255) = 44.89%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=23.86%
G=44.89%
B=31.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841581100.4700.300.38141.0830.5847.45
Hex549E6E2F01E268d1f2f
Octal12423615657036462153757
Binary10101001001111011011101011110111101001101000110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,158,110); }

 H1.HeaderClassName
 {
   color: #549E6E;
 }
 .AnyTagClassName
 {
   color: #549E6E;
 }
</style>
background-color css

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

 a { background-color: rgb(84,158,110); }

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

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

 span { border-color: rgb(84,158,110); }

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