#54AD6F

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

Shades of Ocean Green #54AD6F

Tints of Ocean Green #54AD6F

Color information

#54AD6F (or 0x54AD6F) is unknown color: approx Ocean Green. HEX triplet: 54, AD and 6F. RGB value is (84,173,111). Sum of RGB (Red+Green+Blue) = 84+173+111=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD6F is #AB5290. Grayscale: #8B8B8B. Windows color (decimal): -11227793 or 7318868. OLE color: 7318868.

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

Color convert

RGB84173111-
CMYK0.5100.360.32
HSL138.2º35.18%50.39%-
HSV(B)138.2º51.45%67.84%-
XYZ21.4732.9220.26-
YUV139.32112.0188.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 173 (67.97% from 255) = 47.01%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=22.83%
G=47.01%
B=30.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841731110.5100.360.32138.235.1850.39
Hex54AD6F33024208a2332
Octal12425515763044402124362
Binary1010100101011011101111110011010010010000010001010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,173,111); }

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

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

 a { background-color: rgb(84,173,111); }

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

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

 span { border-color: rgb(84,173,111); }

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