#54AC83

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

Shades of Ocean Green #54AC83

Tints of Ocean Green #54AC83

Color information

#54AC83 (or 0x54AC83) is unknown color: approx Ocean Green. HEX triplet: 54, AC and 83. RGB value is (84,172,131). Sum of RGB (Red+Green+Blue) = 84+172+131=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AC83 is #AB537C. Grayscale: #8D8D8D. Windows color (decimal): -11228029 or 8629332. OLE color: 8629332.

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

Color convert

RGB84172131-
CMYK0.5100.240.33
HSL152.05º34.65%50.2%-
HSV(B)152.05º51.16%67.45%-
XYZ22.5133.0326.66-
YUV141.01122.3587.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 131 (51.56% from 255) = 33.85%
R=21.71%
G=44.44%
B=33.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841721310.5100.240.33152.0534.6550.2
Hex54AC833301821982332
Octal12425420363030412304362
Binary1010100101011001000001111001101100010000110011000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,172,131); }

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

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

 a { background-color: rgb(84,172,131); }

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

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

 span { border-color: rgb(84,172,131); }

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