#54B275

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

Shades of Ocean Green #54B275

Tints of Ocean Green #54B275

Color information

#54B275 (or 0x54B275) is unknown color: approx Ocean Green. HEX triplet: 54, B2 and 75. RGB value is (84,178,117). Sum of RGB (Red+Green+Blue) = 84+178+117=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #54B275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B275 is #AB4D8A. Grayscale: #8F8F8F. Windows color (decimal): -11226507 or 7713364. OLE color: 7713364.

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

Color convert

RGB84178117-
CMYK0.5300.340.30
HSL141.06º37.9%51.37%-
HSV(B)141.06º52.81%69.8%-
XYZ22.7935.0122.39-
YUV142.94113.3685.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.16%
GREEN value IS 178 (69.92% from 255) = 46.97%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=22.16%
G=46.97%
B=30.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841781170.5300.340.30141.0637.951.37
Hex54B275350221E8d2633
Octal12426216565042362154663
Binary101010010110010111010111010101000101111010001101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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