#54B56E

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

Shades of Ocean Green #54B56E

Tints of Ocean Green #54B56E

Color information

#54B56E (or 0x54B56E) is unknown color: approx Ocean Green. HEX triplet: 54, B5 and 6E. RGB value is (84,181,110). Sum of RGB (Red+Green+Blue) = 84+181+110=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #54B56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B56E is #AB4A91. Grayscale: #909090. Windows color (decimal): -11225746 or 7255380. OLE color: 7255380.

HSL color Cylindrical-coordinate representation of color #54B56E: hue angle of 136.08º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B56E is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB84181110-
CMYK0.5400.390.29
HSL136.08º39.59%51.96%-
HSV(B)136.08º53.59%70.98%-
XYZ22.9936.0620.5-
YUV143.9108.8685.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=22.4%
G=48.27%
B=29.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841811100.5400.390.29136.0839.5951.96
Hex54B56E360271D882834
Octal12426515666047352105064
Binary101010010110101110111011011001001111110110001000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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