#54A56E

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

Shades of Ocean Green #54A56E

Tints of Ocean Green #54A56E

Color information

#54A56E (or 0x54A56E) is unknown color: approx Ocean Green. HEX triplet: 54, A5 and 6E. RGB value is (84,165,110). Sum of RGB (Red+Green+Blue) = 84+165+110=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #54A56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A56E is #AB5A91. Grayscale: #868686. Windows color (decimal): -11229842 or 7251284. OLE color: 7251284.

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

Color convert

RGB84165110-
CMYK0.4900.330.35
HSL139.26º32.53%48.82%-
HSV(B)139.26º49.09%64.71%-
XYZ19.9329.9219.48-
YUV134.51114.1691.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=23.40%
G=45.96%
B=30.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841651100.4900.330.35139.2632.5348.82
Hex54A56E31021238b2131
Octal12424515661041432134161
Binary1010100101001011101110110001010000110001110001011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,165,110); }

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

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

 a { background-color: rgb(84,165,110); }

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

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

 span { border-color: rgb(84,165,110); }

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