#54AE7A

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

Shades of Ocean Green #54AE7A

Tints of Ocean Green #54AE7A

Color information

#54AE7A (or 0x54AE7A) is unknown color: approx Ocean Green. HEX triplet: 54, AE and 7A. RGB value is (84,174,122). Sum of RGB (Red+Green+Blue) = 84+174+122=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE7A is #AB5185. Grayscale: #8D8D8D. Windows color (decimal): -11227526 or 8040020. OLE color: 8040020.

HSL color Cylindrical-coordinate representation of color #54AE7A: hue angle of 145.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AE7A is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB84174122-
CMYK0.5200.300.32
HSL145.33º35.71%50.59%-
HSV(B)145.33º51.72%68.24%-
XYZ22.3133.5623.71-
YUV141.16117.1887.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.11%
GREEN value IS 174 (68.36% from 255) = 45.79%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=22.11%
G=45.79%
B=32.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841741220.5200.300.32145.3335.7150.59
Hex54AE7A3401E20912433
Octal12425617264036402214463
Binary101010010101110111101011010001111010000010010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,174,122); }

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

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

 a { background-color: rgb(84,174,122); }

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

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

 span { border-color: rgb(84,174,122); }

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