#54A275

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

Shades of Ocean Green #54A275

Tints of Ocean Green #54A275

Color information

#54A275 (or 0x54A275) is unknown color: approx Ocean Green. HEX triplet: 54, A2 and 75. RGB value is (84,162,117). Sum of RGB (Red+Green+Blue) = 84+162+117=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #54A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A275 is #AB5D8A. Grayscale: #858585. Windows color (decimal): -11230603 or 7709268. OLE color: 7709268.

HSL color Cylindrical-coordinate representation of color #54A275: hue angle of 145.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A275 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB84162117-
CMYK0.4800.280.36
HSL145.38º31.71%48.24%-
HSV(B)145.38º48.15%63.53%-
XYZ19.7929.0121.39-
YUV133.55118.6692.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=23.14%
G=44.63%
B=32.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841621170.4800.280.36145.3831.7148.24
Hex54A2753001C24912030
Octal12424216560034442214060
Binary101010010100010111010111000001110010010010010001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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