#54B07A

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

Shades of Ocean Green #54B07A

Tints of Ocean Green #54B07A

Color information

#54B07A (or 0x54B07A) is unknown color: approx Ocean Green. HEX triplet: 54, B0 and 7A. RGB value is (84,176,122). Sum of RGB (Red+Green+Blue) = 84+176+122=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #54B07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B07A is #AB4F85. Grayscale: #8E8E8E. Windows color (decimal): -11227014 or 8040532. OLE color: 8040532.

HSL color Cylindrical-coordinate representation of color #54B07A: hue angle of 144.78º 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 #54B07A is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB84176122-
CMYK0.5200.310.31
HSL144.78º36.8%50.98%-
HSV(B)144.78º52.27%69.02%-
XYZ22.6934.3423.84-
YUV142.34116.5286.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 176 (69.14% from 255) = 46.07%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=21.99%
G=46.07%
B=31.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841761220.5200.310.31144.7836.850.98
Hex54B07A3401F1F912533
Octal12426017264037372214563
Binary10101001011000011110101101000111111111110010001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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