#54B46E

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

Shades of Ocean Green #54B46E

Tints of Ocean Green #54B46E

Color information

#54B46E (or 0x54B46E) is unknown color: approx Ocean Green. HEX triplet: 54, B4 and 6E. RGB value is (84,180,110). Sum of RGB (Red+Green+Blue) = 84+180+110=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #54B46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B46E is #AB4B91. Grayscale: #8F8F8F. Windows color (decimal): -11226002 or 7255124. OLE color: 7255124.

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

Color convert

RGB84180110-
CMYK0.5300.390.29
HSL136.25º39.02%51.76%-
HSV(B)136.25º53.33%70.59%-
XYZ22.7935.6520.43-
YUV143.32109.285.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 180 (70.70% from 255) = 48.13%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=22.46%
G=48.13%
B=29.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841801100.5300.390.29136.2539.0251.76
Hex54B46E350271D882734
Octal12426415665047352104764
Binary101010010110100110111011010101001111110110001000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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