#54AA7B

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

Shades of Ocean Green #54AA7B

Tints of Ocean Green #54AA7B

Color information

#54AA7B (or 0x54AA7B) is unknown color: approx Ocean Green. HEX triplet: 54, AA and 7B. RGB value is (84,170,123). Sum of RGB (Red+Green+Blue) = 84+170+123=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AA7B is #AB5584. Grayscale: #8B8B8B. Windows color (decimal): -11228549 or 8104532. OLE color: 8104532.

HSL color Cylindrical-coordinate representation of color #54AA7B: hue angle of 147.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AA7B is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB84170123-
CMYK0.5100.280.33
HSL147.21º33.86%49.8%-
HSV(B)147.21º50.59%66.67%-
XYZ21.6132.0623.79-
YUV138.93119.0188.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=22.28%
G=45.09%
B=32.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841701230.5100.280.33147.2133.8649.8
Hex54AA7B3301C21932232
Octal12425217363034412234262
Binary101010010101010111101111001101110010000110010011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54AA7B; }

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

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

<style>
 a { background-color: #54AA7B; }

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

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

<style>
 span { border-color: #54AA7B; }

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

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