#54AD6C

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

Shades of Ocean Green #54AD6C

Tints of Ocean Green #54AD6C

Color information

#54AD6C (or 0x54AD6C) is unknown color: approx Ocean Green. HEX triplet: 54, AD and 6C. RGB value is (84,173,108). Sum of RGB (Red+Green+Blue) = 84+173+108=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #54AD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AD6C is #AB5293. Grayscale: #8B8B8B. Windows color (decimal): -11227796 or 7122260. OLE color: 7122260.

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

Color convert

RGB84173108-
CMYK0.5100.380.32
HSL136.18º35.18%50.39%-
HSV(B)136.18º51.45%67.84%-
XYZ21.3132.8519.41-
YUV138.98110.5188.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.01%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=23.01%
G=47.40%
B=29.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841731080.5100.380.32136.1835.1850.39
Hex54AD6C3302620882332
Octal12425515463046402104362
Binary1010100101011011101100110011010011010000010001000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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