#54B27E

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

Shades of Ocean Green #54B27E

Tints of Ocean Green #54B27E

Color information

#54B27E (or 0x54B27E) is unknown color: approx Ocean Green. HEX triplet: 54, B2 and 7E. RGB value is (84,178,126). Sum of RGB (Red+Green+Blue) = 84+178+126=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #54B27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B27E is #AB4D81. Grayscale: #909090. Windows color (decimal): -11226498 or 8303188. OLE color: 8303188.

HSL color Cylindrical-coordinate representation of color #54B27E: hue angle of 146.81º 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 #54B27E is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB84178126-
CMYK0.5300.290.30
HSL146.81º37.9%51.37%-
HSV(B)146.81º52.81%69.8%-
XYZ23.3435.2325.31-
YUV143.97117.8685.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 178 (69.92% from 255) = 45.88%
BLUE value IS 126 (49.61% from 255) = 32.47%
R=21.65%
G=45.88%
B=32.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841781260.5300.290.30146.8137.951.37
Hex54B27E3501D1E932633
Octal12426217665035362234663
Binary10101001011001011111101101010111011111010010011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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