#54B26D

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

Shades of Ocean Green #54B26D

Tints of Ocean Green #54B26D

Color information

#54B26D (or 0x54B26D) is unknown color: approx Ocean Green. HEX triplet: 54, B2 and 6D. RGB value is (84,178,109). Sum of RGB (Red+Green+Blue) = 84+178+109=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #54B26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B26D is #AB4D92. Grayscale: #8E8E8E. Windows color (decimal): -11226515 or 7189076. OLE color: 7189076.

HSL color Cylindrical-coordinate representation of color #54B26D: hue angle of 135.96º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B26D is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB84178109-
CMYK0.5300.390.30
HSL135.96º37.9%51.37%-
HSV(B)135.96º52.81%69.8%-
XYZ22.3434.8320.01-
YUV142.03109.3686.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=22.64%
G=47.98%
B=29.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841781090.5300.390.30135.9637.951.37
Hex54B26D350271E882633
Octal12426215565047362104663
Binary101010010110010110110111010101001111111010001000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,178,109); }

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

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

 a { background-color: rgb(84,178,109); }

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

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

 span { border-color: rgb(84,178,109); }

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