#54B07C

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

Shades of Ocean Green #54B07C

Tints of Ocean Green #54B07C

Color information

#54B07C (or 0x54B07C) is unknown color: approx Ocean Green. HEX triplet: 54, B0 and 7C. RGB value is (84,176,124). Sum of RGB (Red+Green+Blue) = 84+176+124=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #54B07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B07C is #AB4F83. Grayscale: #8E8E8E. Windows color (decimal): -11227012 or 8171604. OLE color: 8171604.

HSL color Cylindrical-coordinate representation of color #54B07C: hue angle of 146.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B07C is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB84176124-
CMYK0.5200.300.31
HSL146.09º36.8%50.98%-
HSV(B)146.09º52.27%69.02%-
XYZ22.8234.3924.5-
YUV142.56117.5286.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.88%
GREEN value IS 176 (69.14% from 255) = 45.83%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=21.88%
G=45.83%
B=32.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841761240.5200.300.31146.0936.850.98
Hex54B07C3401E1F922533
Octal12426017464036372224563
Binary10101001011000011111001101000111101111110010010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,176,124); }

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

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

 a { background-color: rgb(84,176,124); }

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

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

 span { border-color: rgb(84,176,124); }

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