#54AE82

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

Shades of Ocean Green #54AE82

Tints of Ocean Green #54AE82

Color information

#54AE82 (or 0x54AE82) is unknown color: approx Ocean Green. HEX triplet: 54, AE and 82. RGB value is (84,174,130). Sum of RGB (Red+Green+Blue) = 84+174+130=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AE82 is #AB517D. Grayscale: #8E8E8E. Windows color (decimal): -11227518 or 8564308. OLE color: 8564308.

HSL color Cylindrical-coordinate representation of color #54AE82: hue angle of 150.67º 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 #54AE82 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB84174130-
CMYK0.5200.250.32
HSL150.67º35.71%50.59%-
HSV(B)150.67º51.72%68.24%-
XYZ22.8233.7726.43-
YUV142.07121.1886.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=21.65%
G=44.85%
B=33.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841741300.5200.250.32150.6735.7150.59
Hex54AE823401920972433
Octal12425620264031402274463
Binary1010100101011101000001011010001100110000010010111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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