#54906A

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

Shades of Ocean Green #54906A

Tints of Ocean Green #54906A

Color information

#54906A (or 0x54906A) is unknown color: approx Ocean Green. HEX triplet: 54, 90 and 6A. RGB value is (84,144,106). Sum of RGB (Red+Green+Blue) = 84+144+106=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #54906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54906A is #AB6F95. Grayscale: #797979. Windows color (decimal): -11235222 or 6983764. OLE color: 6983764.

HSL color Cylindrical-coordinate representation of color #54906A: hue angle of 142º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54906A is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB84144106-
CMYK0.4200.260.44
HSL142º26.32%44.71%-
HSV(B)142º41.67%56.47%-
XYZ16.2322.8717.19-
YUV121.73119.12101.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=25.15%
G=43.11%
B=31.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841441060.4200.260.4414226.3244.71
Hex54906A2A01A2C8e1a2d
Octal12422015252032542163255
Binary10101001001000011010101010100110101011001000111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54906A; }

 p { color: rgb(84,144,106); }

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

<style>
 a { background-color: #54906A; }

 a { background-color: rgb(84,144,106); }

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

<style>
 span { border-color: #54906A; }

 span { border-color: rgb(84,144,106); }

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