#54A783

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

Shades of Ocean Green #54A783

Tints of Ocean Green #54A783

Color information

#54A783 (or 0x54A783) is unknown color: approx Ocean Green. HEX triplet: 54, A7 and 83. RGB value is (84,167,131). Sum of RGB (Red+Green+Blue) = 84+167+131=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #54A783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A783 is #AB587C. Grayscale: #8A8A8A. Windows color (decimal): -11229309 or 8628052. OLE color: 8628052.

HSL color Cylindrical-coordinate representation of color #54A783: hue angle of 153.98º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A783 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB84167131-
CMYK0.5000.220.35
HSL153.98º33.07%49.22%-
HSV(B)153.98º49.7%65.49%-
XYZ21.5731.1626.35-
YUV138.0812489.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 167 (65.62% from 255) = 43.72%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=21.99%
G=43.72%
B=34.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841671310.5000.220.35153.9833.0749.22
Hex54A78332016239a2131
Octal12424720362026432324161
Binary1010100101001111000001111001001011010001110011010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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