#54A47E

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

Shades of Ocean Green #54A47E

Tints of Ocean Green #54A47E

Color information

#54A47E (or 0x54A47E) is unknown color: approx Ocean Green. HEX triplet: 54, A4 and 7E. RGB value is (84,164,126). Sum of RGB (Red+Green+Blue) = 84+164+126=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #54A47E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A47E is #AB5B81. Grayscale: #878787. Windows color (decimal): -11230082 or 8299604. OLE color: 8299604.

HSL color Cylindrical-coordinate representation of color #54A47E: hue angle of 151.5º 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 #54A47E is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB84164126-
CMYK0.4900.230.36
HSL151.5º32.26%48.63%-
HSV(B)151.5º48.78%64.31%-
XYZ20.729.9424.43-
YUV135.75122.591.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 164 (64.45% from 255) = 43.85%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=22.46%
G=43.85%
B=33.69%

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
Decimal841641260.4900.230.36151.532.2648.63
Hex54A47E3101724982031
Octal12424417661027442304061
Binary101010010100100111111011000101011110010010011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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