#549B7B

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

Shades of Ocean Green #549B7B

Tints of Ocean Green #549B7B

Color information

#549B7B (or 0x549B7B) is unknown color: approx Ocean Green. HEX triplet: 54, 9B and 7B. RGB value is (84,155,123). Sum of RGB (Red+Green+Blue) = 84+155+123=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #549B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B7B is #AB6484. Grayscale: #828282. Windows color (decimal): -11232389 or 8100692. OLE color: 8100692.

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

Color convert

RGB84155123-
CMYK0.4600.210.39
HSL152.96º29.71%46.86%-
HSV(B)152.96º45.81%60.78%-
XYZ18.9526.7622.9-
YUV130.12123.9895.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.20%
GREEN value IS 155 (60.94% from 255) = 42.82%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=23.20%
G=42.82%
B=33.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841551230.4600.210.39152.9629.7146.86
Hex549B7B2E01527991e2f
Octal12423317356025472313657
Binary10101001001101111110111011100101011001111001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,155,123); }

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

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

 a { background-color: rgb(84,155,123); }

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

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

 span { border-color: rgb(84,155,123); }

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