#54AE6E

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

Shades of Ocean Green #54AE6E

Tints of Ocean Green #54AE6E

Color information

#54AE6E (or 0x54AE6E) is unknown color: approx Ocean Green. HEX triplet: 54, AE and 6E. RGB value is (84,174,110). Sum of RGB (Red+Green+Blue) = 84+174+110=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE6E is #AB5191. Grayscale: #8B8B8B. Windows color (decimal): -11227538 or 7253588. OLE color: 7253588.

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

Color convert

RGB84174110-
CMYK0.5200.370.32
HSL137.33º35.71%50.59%-
HSV(B)137.33º51.72%68.24%-
XYZ21.6133.2820.04-
YUV139.79111.1888.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=22.83%
G=47.28%
B=29.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841741100.5200.370.32137.3335.7150.59
Hex54AE6E3402520892433
Octal12425615664045402114463
Binary1010100101011101101110110100010010110000010001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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