#55A482

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

Shades of Ocean Green #55A482

Tints of Ocean Green #55A482

Color information

#55A482 (or 0x55A482) is unknown color: approx Ocean Green. HEX triplet: 55, A4 and 82. RGB value is (85,164,130). Sum of RGB (Red+Green+Blue) = 85+164+130=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #55A482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A482 is #AA5B7D. Grayscale: #888888. Windows color (decimal): -11164542 or 8561749. OLE color: 8561749.

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

Color convert

RGB85164130-
CMYK0.4800.210.36
HSL154.18º31.73%48.82%-
HSV(B)154.18º48.17%64.31%-
XYZ21.0530.0925.82-
YUV136.5124.3391.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=22.43%
G=43.27%
B=34.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851641300.4800.210.36154.1831.7348.82
Hex55A48230015249a2031
Octal12524420260025442324061
Binary1010101101001001000001011000001010110010010011010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A482; }

 p { color: rgb(85,164,130); }

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

<style>
 a { background-color: #55A482; }

 a { background-color: rgb(85,164,130); }

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

<style>
 span { border-color: #55A482; }

 span { border-color: rgb(85,164,130); }

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