#55AC84

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

Shades of Ocean Green #55AC84

Tints of Ocean Green #55AC84

Color information

#55AC84 (or 0x55AC84) is unknown color: approx Ocean Green. HEX triplet: 55, AC and 84. RGB value is (85,172,132). Sum of RGB (Red+Green+Blue) = 85+172+132=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AC84 is #AA537B. Grayscale: #8D8D8D. Windows color (decimal): -11162492 or 8694869. OLE color: 8694869.

HSL color Cylindrical-coordinate representation of color #55AC84: hue angle of 152.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AC84 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB85172132-
CMYK0.5100.230.33
HSL152.41º34.39%50.39%-
HSV(B)152.41º50.58%67.45%-
XYZ22.6633.127.02-
YUV141.43122.6887.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 172 (67.58% from 255) = 44.22%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=21.85%
G=44.22%
B=33.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851721320.5100.230.33152.4134.3950.39
Hex55AC843301721982232
Octal12525420463027412304262
Binary1010101101011001000010011001101011110000110011000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,172,132); }

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

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

 a { background-color: rgb(85,172,132); }

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

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

 span { border-color: rgb(85,172,132); }

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