#54A47F

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

Shades of Ocean Green #54A47F

Tints of Ocean Green #54A47F

Color information

#54A47F (or 0x54A47F) is unknown color: approx Ocean Green. HEX triplet: 54, A4 and 7F. RGB value is (84,164,127). Sum of RGB (Red+Green+Blue) = 84+164+127=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #54A47F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A47F is #AB5B80. Grayscale: #878787. Windows color (decimal): -11230081 or 8365140. OLE color: 8365140.

HSL color Cylindrical-coordinate representation of color #54A47F: hue angle of 152.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A47F is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB84164127-
CMYK0.4900.230.36
HSL152.25º32.26%48.63%-
HSV(B)152.25º48.78%64.31%-
XYZ20.7629.9724.77-
YUV135.8612391.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 127 (50% from 255) = 33.87%
R=22.4%
G=43.73%
B=33.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841641270.4900.230.36152.2532.2648.63
Hex54A47F3101724982031
Octal12424417761027442304061
Binary101010010100100111111111000101011110010010011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,164,127); }

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

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

 a { background-color: rgb(84,164,127); }

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

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

 span { border-color: rgb(84,164,127); }

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